Spread for ASP.NET 12 Product Documentation
SheetIndex Property (PrintPDFEventArgs)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintPDFEventArgs Class : SheetIndex Property
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

Reference

PrintPDFEventArgs Class
PrintPDFEventArgs Members