Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetTabDragDropUndoAction Class / from Field


In This Topic
    from Field (SheetTabDragDropUndoAction)
    In This Topic
    Specifies the index of the sheet that is dragged and dropped.
    Syntax
    'Declaration
     
    
    Protected from As Integer
    'Usage
     
    
    Dim instance As SheetTabDragDropUndoAction
    Dim value As Integer
     
    value = instance.from
     
    instance.from = value
    protected int from
    See Also