Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovingEventArgs Class / SheetIndex Property


In This Topic
    SheetIndex Property (SheetDragMovingEventArgs)
    In This Topic
    Gets the index of the sheet that is being moved.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetIndex As Integer
    'Usage
     
    
    Dim instance As SheetDragMovingEventArgs
    Dim value As Integer
     
    value = instance.SheetIndex
    public int SheetIndex {get;}
    See Also