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 public XLRow GetRow(
int rowIndex
)
Parameters
- rowIndex
- Type: SystemInt32
Index of the row.
Return Value
Type:
XLRowXLRowExceptions Exception | Condition |
---|
Exception | This method is not implemented! |
See Also