[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableDataSource.GetRowCount

GetRowCount Method

GetRowCount()

Get the row count.

Declaration
int GetRowCount()
Function GetRowCount() As Integer
Returns
Type Description
int

The row count.

Examples
ITableDataSource dataSource = new ExampleTableDataSource();
int rowCount = dataSource.GetRowCount();