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


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