TotalRowIndex Property (TableView)
In This Topic
Gets total row index.
Syntax
'Declaration
Public ReadOnly Property TotalRowIndex As Integer
'Usage
Dim instance As TableView
Dim value As Integer
value = instance.TotalRowIndex
public int TotalRowIndex {get;}
See Also