columncollection-ag凯发旗舰厅



com.spire.presentation.collections
class columncollection

java.lang.object
  extended by com.spire.presentation.collections.columnlist
      extended by com.spire.presentation.collections.columncollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable

public final class columncollection
extends columnlist
implements com.spire.ms.system.collections.icollection

represents collection of columns in a table.


constructor summary
columncollection()
           
 
method summary
 void copyto(com.spire.ms.system.array array, int index)
          copies all elements from the collection to the specified array.
 java.lang.object getsyncroot()
          gets a synchronization root.
 boolean issynchronized()
          gets a value indicating whether access to the collection is synchronized (thread-safe).
 com.spire.ms.system.collections.ienumerator iterator()
          gets the iterator of the collection.
 int size()
          gets the size of the collection.
 
methods inherited from class com.spire.presentation.collections.columnlist
add, get, getcount, insert, removeat
 
constructor detail

columncollection

public columncollection()
method detail

copyto

public void copyto(com.spire.ms.system.array array,
                   int index)
copies all elements from the collection to the specified array.
parameters:
array -
index -

issynchronized

public boolean issynchronized()
gets a value indicating whether access to the collection is synchronized (thread-safe).
returns:

getsyncroot

public java.lang.object getsyncroot()
gets a synchronization root. readonly .
returns:

size

public int size()
gets the size of the collection.

iterator

public com.spire.ms.system.collections.ienumerator iterator()
gets the iterator of the collection.
overrides:
iterator in class columnlist


网站地图