ExcelWorksheetItem(Int32, Int32, Int32, Int32) Property
Gets cells range specified the the higher left and lower right coordinates.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelRange this[
int row,
int column,
int endRow,
int endColumn
] { get; }
Public ReadOnly Default Property Item (
row As Integer,
column As Integer,
endRow As Integer,
endColumn As Integer
) As ExcelRange
Get
public:
property ExcelRange^ default[int row, int column, int endRow, int endColumn] {
ExcelRange^ get (int row, int column, int endRow, int endColumn);
}
member Item : ExcelRange with get
- row Int32
- The one based index of the start row
- column Int32
- The one based index of the start column
- endRow Int32
- The one based index of the end row
- endColumn Int32
- The one based index of the end column
ExcelRangeThe referenced range of cells