Click or drag to resize

XlsWorksheet AccessRow Method

Updates FirstRow and LastRow indexes.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void AccessRow(
	int iRowIndex
)

Parameters

iRowIndex
Type: System Int32
Row to access.
See Also