ExcelWorksheetItem(Int32, Int32) Property

Gets the specified cell in the worksheet.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelRange this[
	int row,
	int column
] { get; }

Parameters

row  Int32
The one based row index of the cell
column  Int32
The one based column index of the cell

Return Value

ExcelRange
The range containing the referenced cell

See Also