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


In This Topic
    SheetIndex Property (PrintDocumentEventArgs)
    In This Topic
    Get sheet's index is printing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetIndex As Integer
    'Usage
     
    
    Dim instance As PrintDocumentEventArgs
    Dim value As Integer
     
    value = instance.SheetIndex
    public int SheetIndex {get;}
    See Also