Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovingEventArgs Class / ToSheetIndex Property


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