Click or drag to resize

XLTableGetRow Method

Gets a row by its index.

Namespace:  MicaSystems.Utils.Excel
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public XLRow GetRow(
	int rowIndex
)

Parameters

rowIndex
Type: SystemInt32
Index of the row.

Return Value

Type: XLRow
XLRow
Exceptions
ExceptionCondition
ExceptionThis method is not implemented!
See Also