[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintManager.GeneratePageContentInfo

GeneratePageContentInfo Method

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

返回一个 PageContentInfo 对象。

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

打印区域。

SizeF availableSize

不包括边距的大小。

int rowStart

用于计算 RowEnd 的起始行索引。

int columnStart

用于计算 ColumnEnd 的起始列索引。

bool rowHeaderVisible

如果与此页面一起打印行标题,则为 True。

bool columnHeaderVisible

如果与此页面一起打印列标题,则为 True。

Returns
Type Description
PageContentInfo