Click or drag to resize
TableRowCount Property
Gets the count of rows in the Table.

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public int RowCount { get; }

Property Value

Type: Int32
Remarks

Gets the count of rows in the Table.

Examples

Please refer to the code example in OpenTable(String) method.

See Also