Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
function | getChartSettings() | |
function | setChartSettings(value) | |
Gets or sets the Chart of this |
||
function | getColumnSeparatorOfFormulaArray() | |
Gets the separator for the items in array's row data in formula.
|
||
function | getListSeparator() | |
Gets the separator for list, parameters of function, ...etc.
|
||
function | getRowSeparatorOfFormulaArray() | |
Gets the separator for rows in array data in formula.
|
Method Summary | ||
---|---|---|
function | compare(v1, v2, ignoreCase) | |
Compares two string values according to certain collation rules.
|
||
function | getAllName() | |
Gets the name of "(All)" label in the PivotTable.
|
||
function | getBooleanValueString(bv) | |
Gets the display string value for cell's boolean value
|
||
function | getCollationKey(v, ignoreCase) | |
Transforms the string into a comparable object according to certain collation rules.
|
||
function | getColumnLabelsOfPivotTable() | |
Gets the name of "Column Labels" label in the PivotTable.
|
||
function | getColumnLablesName() | |
Gets the name of "Column Labels" label in the PivotTable.
|
||
function | getCommentTitleName(type) | |
Gets the locale dependent comment title name according to comment title type.
|
||
function | getEmptyDataName() | |
Gets the name of "(blank)" label in the PivotTable.
|
||
function | getErrorValueString(err) | |
Gets the display string value for cell's error value
|
||
function | getGrandTotalName(functionType) | |
Gets the grand total name of the function.
|
||
function | getLocalBuiltInName(standardName) | |
Gets the locale dependent text for built-in Name according to given standard text.
|
||
function | getLocalFunctionName(standardName) | |
Gets the locale dependent function name according to given standard function name.
|
||
function | getMultipleItemsName() | |
Gets the name of "(Multiple Items)" label in the PivotTable.
|
||
function | getOtherName() | |
Gets the name of "Other" labels for Pie charts.
|
||
function | getPivotGrandTotalName() | |
Gets the name of "Grand Total" label in the PivotTable.
|
||
function | getPivotTotalName() | |
Gets the name of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area.
|
||
function | getProtectionNameOfPivotTable() | |
Gets the protection name in the PivotTable.
|
||
function | getRowLabelsNameOfPivotTable() | |
Gets the name of "Row Labels" label in the PivotTable.
|
||
function | getRowLablesName() | |
Gets the name of "Row Labels" label in the PivotTable.
|
||
function | getStandardBuiltInName(localName) | |
Gets the standard text of built-in Name according to given locale dependent text.
|
||
function | getStandardFunctionName(localName) | |
Gets the standard function name according to given locale dependent function name.
|
||
function | getStandardHeaderFooterFontStyleName(localfontStyleName) | |
Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
|
||
function | getSubTotalName(subTotalType) | |
Gets the name of |
||
function | getTableRowTypeOfAll() | |
Gets the type name of table rows that consists of all rows in referenced table.
Default is "All", so in formula "#All" represents all rows in referenced table.
|
||
function | getTableRowTypeOfCurrent() | |
Gets the type name of table rows that consists of the current row in referenced table.
Default is "This Row", so in formula "#This Row" represents the current row in referenced table.
|
||
function | getTableRowTypeOfData() | |
Gets the type name of table rows that consists of data region of referenced table.
Default is "Data", so in formula "#Data" represents the data region of the table.
|
||
function | getTableRowTypeOfHeaders() | |
Gets the type name of table rows that consists of the table header.
Default is "Headers", so in formula "#Headers" represents the table header.
|
||
function | getTableRowTypeOfTotals() | |
Gets the type name of table rows that consists of the total row of referenced table.
Default is "Totals", so in formula "#Totals" represents the total row of referenced table.
|
||
function | getTotalName(functionType) | |
Gets the total name of the function.
|
function getChartSettings() / function setChartSettings(value)
function getListSeparator()
function getRowSeparatorOfFormulaArray()
function getColumnSeparatorOfFormulaArray()
function getPivotTotalName()
function getPivotGrandTotalName()
function getMultipleItemsName()
function getAllName()
function getColumnLablesName()
function getRowLablesName()
function getProtectionNameOfPivotTable()
function getColumnLabelsOfPivotTable()
function getRowLabelsNameOfPivotTable()
function getEmptyDataName()
function getSubTotalName(subTotalType)
subTotalType: Number
- A function getTotalName(functionType)
functionType: Number
- A function getGrandTotalName(functionType)
functionType: Number
- A function getOtherName()
function getTableRowTypeOfHeaders()
function getTableRowTypeOfData()
function getTableRowTypeOfAll()
function getTableRowTypeOfTotals()
function getTableRowTypeOfCurrent()
function getErrorValueString(err)
err: String
- error values such as #VALUE!,#NAME?function getBooleanValueString(bv)
bv: boolean
- boolean valuefunction getLocalFunctionName(standardName)
standardName: String
- Standard(en-US locale) function name.function getStandardFunctionName(localName)
localName: String
- Locale dependent function name. The locale was specified by the Workbook for which this settings is used.function getLocalBuiltInName(standardName)
standardName: String
- Standard(en-US locale) text of built-in Name.function getStandardBuiltInName(localName)
localName: String
- Locale dependent text of built-in Name. The locale was specified by the Workbook for which this settings is used.function getStandardHeaderFooterFontStyleName(localfontStyleName)
localfontStyleName: String
- Locale font style name for Header/Footer.function getCommentTitleName(type)
type: Number
- A function compare(v1, v2, ignoreCase)
v1: String
- the first stringv2: String
- the second stringignoreCase: boolean
- whether ignore case when comparing valuesfunction getCollationKey(v, ignoreCase)
v: String
- String value needs to be compared with others.ignoreCase: boolean
- whether ignore case when comparing values