Click or drag to resize

ExcelRowCollectionItem(Int32) Property

Gets the row with the specified index.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public ExcelRow this[
	int index
] { get; }

Parameters

index  Int32
The index of the row.

Property Value

ExcelRow
See Also