[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageInfo.PageCount

PageCount Property

PageCount

Gets or sets the total number of pages.

This value represents the total page count stored in the current PageInfo instance.

Declaration
public int PageCount { get; set; }
Public Property PageCount As Integer
Examples
PageInfo pageInfo = new PageInfo();
pageInfo.PageCount = 3;
int pageCount = pageInfo.PageCount;