:: com :: sun :: star :: view ::

interface XPrintPreview
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XPrintPreview
[ DEPRECATED ]

Attributes' Summary
RowCount RowCount and ColumnCount contain the number of rows and columns for pages displayed at any given time in this view.
ColumnCount
Attributes' Details
RowCount
short RowCount;
Description
RowCount and ColumnCount contain the number of rows and columns for pages displayed at any given time in this view.

The minimum value is 1.

ColumnCount
short ColumnCount;
Top of Page