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


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