DocumentTableColumnCollection class

DocumentTableColumnCollection class

Represents a read-only collection of DocumentTableColumn objects of a particular DocumentTable instance.

The DocumentTableColumnCollection type exposes the following members:

Properties

Property Description
count Gets the total number of DocumentTableColumn objects in the collection.

Gets a DocumentTableColumn instance from the collection at the specified index.

Indexer

Name Description
[index] The zero-based index of the column to return.

Methods

Method Description
contains Returns a value indicating whether this collection contains a column with the specified name.
contains Returns a value indicating whether this collection contains the specified column.
index_of Returns the index of a column with the specified name within this collection.
index_of Returns the index of the specified column within this collection.

Remarks

The collection is filled automatically while loading the corresponding table from a document and can not be modified. However, properties of DocumentTableColumn objects contained within the collection can be modified.

See Also