Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintEventArgs Class / SheetIndex Property


In This Topic
    SheetIndex Property (PrintEventArgs)
    In This Topic
    Gets the index of the sheet to print.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetIndex As Integer
    'Usage
     
    
    Dim instance As PrintEventArgs
    Dim value As Integer
     
    value = instance.SheetIndex
    public int SheetIndex {get;}

    Property Value

    Integer sheet index
    See Also