Creates new ChartCategory from value and adds it to the collection.
Parameters:
Name
Type
Description
value
Object
The value. This function adds worksheet with name AUTO_DATA and adds all values there. If you use ChartDataWorkbook to add or edit cell values, be sure that you do not use this worksheet Maximum number of values added using this function must not exceed 16711680
Returns count of category grouping levels used. Is more then one for multilevel categories. Read-only int.
Returns:
int
getSyncRoot
Name
Description
getSyncRoot ()
Returns an object that can be used to synchronize access to the collection. Read-only Object. Returns a synchronization root. Read-only Object.
Returns:
Object
getUseCells
Name
Description
getUseCells ()
If true then worksheet is used for storing categories (this case supports a multi-level categories). If false then worksheet is NOT used for storing values (and this case doesn’t support a multi-level categories). Read/write boolean.
The value parameter was not found in the collection.
removeAt
Name
Description
removeAt (int)
Removes the element at the given index.
Parameters:
Name
Type
Description
index
int
Index of a category to remove.
setUseCells
Name
Description
setUseCells (boolean)
If true then worksheet is used for storing categories (this case supports a multi-level categories). If false then worksheet is NOT used for storing values (and this case doesn’t support a multi-level categories). Read/write boolean.
size
Name
Description
size ()
Returns a number of elements int the collection. Read-only int.