[]
        
(Showing Draft Content)

C1.C1Preview.TableColCollection.FindCol

FindCol Method

FindCol(int)

Returns the TableCol with the specified index (the Ordinal of the column), or null if that TableCol object has not been initialized.

Declaration
public TableCol FindCol(int index)
Parameters
Type Name Description
int index

The 0-based index of the column in the containing table.

Returns
Type Description
TableCol

The TableCol object or null.

Remarks

Physically, columns in a RenderTable are created when they are accessed using the indexer property on the Cols collection. This method may be used to test whether a physical TableCol object exists for a particular column index.