Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovedEventArgs Class / NewSheetIndex Property


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