API Reference
Class
PowerPointTablePageContext
Context supplied while a paginated table page is built.
Inheritance
- Object
- PowerPointTablePageContext
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 PageIndex { get; } #Zero-based page index.
public Int32 PageCount { get; } #Total page count.
public Int32 FirstDataRowIndex { get; } #Zero-based source data-row index of the first row on this page.
public Int32 DataRowCount { get; } #Number of source data rows on this page.
public Boolean IncludesHeaders { get; } #Whether this page repeats the table headers.
public Boolean IsContinuation { get; } #Whether this page follows an earlier page.