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


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