ForSplitSheetIntoPages
Leave feedback
On this page
Initializes an instance of the SpreadsheetOptions class for rendering sheet into pages.
public static SpreadsheetOptions ForSplitSheetIntoPages(int countRowsPerPage)
| Parameter | Type | Description |
|---|---|---|
| countRowsPerPage | Int32 | Count of rows to include into each page. |
New instance of the SpreadsheetOptions class for rendering sheet into pages.
| exception | condition |
|---|---|
| ArgumentException | Thrown when countRowsPerPage is equals or less than zero. |
For details, see the documentation.
- class SpreadsheetOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer
Initializes an instance of the SpreadsheetOptions class for rendering sheet into pages.
public static SpreadsheetOptions ForSplitSheetIntoPages(int countRowsPerPage,
int countColumnsPerPage)
| Parameter | Type | Description |
|---|---|---|
| countRowsPerPage | Int32 | Count of rows to include into each page. |
| countColumnsPerPage | Int32 | Count of columns to include into each page. |
New instance of the SpreadsheetOptions class for rendering sheet into pages.
| exception | condition |
|---|---|
| ArgumentException | Thrown when countRowsPerPage is equals or less than zero. |
| ArgumentException | Thrown when countColumnsPerPage is equals or less than zero. |
For details, see the documentation.
- class SpreadsheetOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.