Method CountRows
| Improve this Doc View SourceCountRows(Column)
Counts number of rows in specified column.
Declaration
public static _Int32 CountRows(this Column x)
Parameters
| Type | Name | Description |
|---|---|---|
| Column | x | The specified column. |
Returns
| Type | Description |
|---|---|
| _Int32 | Number of rows. |