Click or drag to resize

XlsName Item Property (Int32, Int32)

Gets / sets cell by row and column index. Row and column indexes are one-based.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange this[
	int row,
	int column
] { get; set; }

Parameters

row
Type: System Int32
column
Type: System Int32

Property Value

Type: IXLSRange

Implements

IXLSRange Item Int32, Int32
See Also