Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / rangeGroupInfosSource Field


In This Topic
    rangeGroupInfosSource Field
    In This Topic
    The source FarPoint.Win.Spread.RangeGroupInfo objects in drag drop range.
    Syntax
    'Declaration
     
    
    Protected rangeGroupInfosSource As RangeGroupInfo()
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value() As RangeGroupInfo()
     
    value = instance.rangeGroupInfosSource
     
    instance.rangeGroupInfosSource = value
    protected RangeGroupInfo[] rangeGroupInfosSource
    See Also