Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetTabDragDropCopyUndoAction Class / list Field


In This Topic
    list Field (SheetTabDragDropCopyUndoAction)
    In This Topic
    Specifies the indexes of the sheet that are dragged and dropped.
    Syntax
    'Declaration
     
    
    Protected list As Integer()
    'Usage
     
    
    Dim instance As SheetTabDragDropCopyUndoAction
    Dim value() As Integer()
     
    value = instance.list
     
    instance.list = value
    protected int[] list
    See Also