In This Topic
Gets the number of pages required to print the specified sheet.
Syntax
'Declaration
Public Function GetPrintPageCount( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As FpSpread
Dim sheet As Integer
Dim value As Integer
value = instance.GetPrintPageCount(sheet)
public int GetPrintPageCount(
int
)
Parameters
- sheet
- Sheet index to print
See Also