ExcelWorksheetItem(Int32, Int32) Property
Gets the specified cell in the worksheet.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelRange this[
int row,
int column
] { get; }
Public ReadOnly Default Property Item (
row As Integer,
column As Integer
) As ExcelRange
Get
public:
property ExcelRange^ default[int row, int column] {
ExcelRange^ get (int row, int column);
}
member Item : ExcelRange with get
- row Int32
- The one based row index of the cell
- column Int32
- The one based column index of the cell
ExcelRangeThe range containing the referenced cell