Click or drag to resize

IWorksheet Item Property (Int32, Int32)

Gets / sets cell by row and index.

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

Parameters

row
Type: System Int32
column
Type: System Int32

Property Value

Type: IXLSRange
See Also