FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetTabDragDropUndoAction Class / list Field


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