[]
Provides access to the IRange object of cells in the worksheet.
public interface IRangeProvider
Gets the IRange object with the specified row and column.
IRange this[int row, int column, int rowCount, int columnCount] { get; }
row
intThe row.
column
intThe column.
rowCount
intThe row count.
columnCount
intThe column count.
IRange.
Gets the IRange object with the specified row and column.
IRange this[int row, int column] { get; }
row
intThe row.
column
intThe column.
IRange.
Gets the IRange object with the specified reference.
IRange this[string reference] { get; }
reference
stringThe reference.
IRange.