DocumentTableColumnCollection indexer

DocumentTableColumnCollection indexer

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

Indexer

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

Returns

A DocumentTableColumn instance from the collection at the specified index.

See Also