public property O2GTableColumnCollection.Item

Brief

Gets a column by its index.

Declaration
C#
O2GTableColumn  this[int index] get;

Parameters
index

The index of the column. The index must be between 0 and Count - 1.

Declared in O2GTableColumnCollection

back