[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintManager.GeneratePageContentInfo

GeneratePageContentInfo Method

GeneratePageContentInfo(IRange, SizeF, int, int, bool, bool)

Returns a PageContentInfo object.

Declaration
public PageContentInfo GeneratePageContentInfo(IRange printArea, SizeF availableSize, int rowStart, int columnStart, bool rowHeaderVisible, bool columnHeaderVisible)
Public Function GeneratePageContentInfo(printArea As IRange, availableSize As SizeF, rowStart As Integer, columnStart As Integer, rowHeaderVisible As Boolean, columnHeaderVisible As Boolean) As PageContentInfo
Parameters
Type Name Description
IRange printArea

The print area.

SizeF availableSize

The size that excludes the margins.

int rowStart

The start row index which is used to calculate the RowEnd.

int columnStart

The start column index which is used to calculate the ColumnEnd.

bool rowHeaderVisible

True if the row header is printed with this page.

bool columnHeaderVisible

True if the column header is printed with this page.

Returns
Type Description
PageContentInfo