Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / LastRowIndex Property


In This Topic
LastRowIndex Property
In This Topic
Gets the last row index.
Syntax
'Declaration
 
ReadOnly Property LastRowIndex As Integer
 
'Usage
 
Dim instance As ITableRange
Dim value As Integer
 
value = instance.LastRowIndex
See Also