GetVisibleCount Method
GetVisibleCount(int)
Gets the visible row or column count.
Declaration
int GetVisibleCount(int totalCount)
Function GetVisibleCount(totalCount As Integer) As Integer
Parameters
| Type |
Name |
Description |
| int |
totalCount |
|
Returns
| Type |
Description |
| int |
The number of visible row/column.
|