WorksheetDefinedNamesState
WorksheetDefinedNamesState
Overview
WorksheetDefinedNamesState 是 C++ 的 FOSS 中的 Aspose.Cells 类.
存储一个工作表的定义名称状态 (打印区域,标题行,標題列).
本类提供6种方法,用于在C++程序中与WorksheetDefinedNamesState对象工作. 有的方法包括: GetPrintArea, GetPrintTitleColumns, GetPrintTitleRows, SetPrintArea, SetPrintTitleColumns, SetPrintTitleRows. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
GetPrintArea() → std::string | 得到或设置了印记区域. |
SetPrintArea(value: std::string) | 设置印刷区值. |
GetPrintTitleRows() → std::string | 获取或设置印刷标题行. |
SetPrintTitleRows(value: std::string) | 设置印刷标题行值. |
GetPrintTitleColumns() → std::string | 获取或设置打印标题列. |
SetPrintTitleColumns(value: std::string) | 设置打印标题列值. |