Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovedEventArgs Class / OldSheetIndex Property


In This Topic
    OldSheetIndex Property
    In This Topic
    Gets the index of the sheet before moving.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldSheetIndex As Integer
    'Usage
     
    
    Dim instance As SheetDragMovedEventArgs
    Dim value As Integer
     
    value = instance.OldSheetIndex
    public int OldSheetIndex {get;}
    See Also