ChartDataWorksheetCollection

ChartDataWorksheetCollection class

Represents the collection of worksheets of chart data workbook.

getSyncRoot

NameDescription
getSyncRoot()Returns a synchronization root. Read-only Object.

Result: Object


get_Item

NameDescription
get_Item(int)Returns the worksheet by index.

Parameters:

NameTypeDescription
indexintIndex of the worksheet in the collection.

Result: ChartDataWorksheet


isSynchronized

NameDescription
isSynchronized()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Result: boolean


iterator

NameDescription
iterator()Returns an enumerator that iterates through the collection.

Result:


iteratorJava

NameDescription
iteratorJava()Returns a java iterator for the entire collection.

Result:


size

NameDescription
size()Returns the count. Read-only int.

Result: int