ForSplitSheetIntoPages

ForSplitSheetIntoPages(int)

初始化新实例SpreadsheetOptions用于将工作表渲染成页面.

public static SpreadsheetOptions ForSplitSheetIntoPages(int countRowsPerPage)
范围 类型 描述
countRowsPerPage Int32 行计数以包含在每个页面中。

返回值

的新实例SpreadsheetOptions用于将工作表渲染成页面。

例外

例外 (健康)状况
ArgumentException 抛出时countRowsPerPage等于或小于零。

也可以看看


ForSplitSheetIntoPages(int, int)

初始化新实例SpreadsheetOptions用于将工作表渲染成页面.

public static SpreadsheetOptions ForSplitSheetIntoPages(int countRowsPerPage, 
    int countColumnsPerPage)
范围 类型 描述
countRowsPerPage Int32 行计数以包含在每个页面中。
countColumnsPerPage Int32 列计数以包含在每个页面中。

返回值

的新实例SpreadsheetOptions用于将工作表渲染成页面。

例外

例外 (健康)状况
ArgumentException 抛出时countRowsPerPage等于或小于零。
ArgumentException 抛出时countColumnsPerPage等于或小于零。

也可以看看