com.grapecity.documents.excel Package / PrintManager Class / generatePageContentInfo Method
The print area.
The size that excludes the margins.
The start row index which is used to calculate the RowEnd.
The start column index which is used to calculate the ColumnEnd.
True if the row header is printed with this page.
True if the column header is printed with this page.
In This Topic
generatePageContentInfo Method
In This Topic
Returns a PageContentInfo object.
Syntax
public PageContentInfo generatePageContentInfo( 
   IRange printArea,
   Size availableSize,
   int rowStart,
   int columnStart,
   boolean rowHeaderVisible,
   boolean columnHeaderVisible
)

Parameters

printArea
The print area.
availableSize
The size that excludes the margins.
rowStart
The start row index which is used to calculate the RowEnd.
columnStart
The start column index which is used to calculate the ColumnEnd.
rowHeaderVisible
True if the row header is printed with this page.
columnHeaderVisible
True if the column header is printed with this page.
See Also