ChartDataWorksheetCollection
ChartDataWorksheetCollection class
Represents the collection of worksheets of chart data workbook.
getSyncRoot
Name | Description |
---|---|
getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns: Object
get_Item
Name | Description |
---|---|
get_Item (int) | Returns the worksheet by index. |
Parameters:
Name | Type | Description |
---|---|---|
index | int | Index of the worksheet in the collection. |
Returns: ChartDataWorksheet
isSynchronized
Name | Description |
---|---|
isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns: boolean
iterator
Name | Description |
---|---|
iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
Name | Description |
---|---|
iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
size
Name | Description |
---|---|
size () | Returns the count. Read-only int. |
Returns: int