FamilySizeTable.GetColumnHeader
Method
Description:
Gets a column of the table at at given index.
Gets a column of the table at at given index.
Parameters
Parameter | Type | Description |
---|---|---|
index | Int32 | Index of the column. |
Return Value
Type | Description |
---|---|
FamilySizeTableColumn | The column at the given index. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The column index is out of range. |