FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupModelEventArgs Class / StartIndex Property


In This Topic
StartIndex Property
In This Topic
Gets the starting index of rows or columns of the outline (range group).
Syntax
'Declaration
 
Public ReadOnly Property StartIndex As Integer
 
'Usage
 
Dim instance As RangeGroupModelEventArgs
Dim value As Integer
 
value = instance.StartIndex
See Also