PageColRow module

class PageColRow.PageColRow

Bases: SpireObject

Represents the column and row information for a page in Excel.

This class encapsulates the starting and ending row and column indices for a page in an Excel worksheet. It is used to define the boundaries of a page for printing and pagination purposes.

EndCol() int

Gets the ending column index of the page.

Returns:

The zero-based index of the last column on the page.

Return type:

int

EndRow() int

Gets the ending row index of the page.

Returns:

The zero-based index of the last row on the page.

Return type:

int

StartCol() int

Gets the starting column index of the page.

Returns:

The zero-based index of the first column on the page.

Return type:

int

StartRow() int

Gets the starting row index of the page.

Returns:

The zero-based index of the first row on the page.

Return type:

int