Exemplo n.º 1
0
 /// <summary>
 /// Gets the border with the given index.
 /// </summary>
 public ExcelBorder this[ExcelBorderIndex index]
 {
     get { return new ExcelBorder(_borders.get_Item((XlBordersIndex)index)); }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets the specific border requested for the range.
 /// </summary>
 /// <param name="index">The index of the desired border.</param>
 /// <returns>A <see cref="ExcelBorder"/> object representing the desired border.</returns>
 public ExcelBorder Border(ExcelBorderIndex index)
 {
     return Borders[index];
 }