Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RangeGroupStateChangeUndoAction Class / collapsedIndexList Field


In This Topic
    collapsedIndexList Field (RangeGroupStateChangeUndoAction)
    In This Topic
    Specifies the collection of collapsed indexes inside an outline (range group).
    Syntax
    'Declaration
     
    
    Protected collapsedIndexList As ArrayList
    'Usage
     
    
    Dim instance As RangeGroupStateChangeUndoAction
    Dim value As ArrayList
     
    value = instance.collapsedIndexList
     
    instance.collapsedIndexList = value
    protected ArrayList collapsedIndexList
    See Also