Revit 2025 API
Family |
Gets a column of the table at at given index.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public FamilySizeTableColumn GetColumnHeader( int index )
Public Function GetColumnHeader ( index As Integer ) As FamilySizeTableColumn
public: FamilySizeTableColumn^ GetColumnHeader( int index )
member GetColumnHeader : index : int -> FamilySizeTableColumn
Parameters
- index Int32
- Index of the column.
Return Value
FamilySizeTableColumnThe column at the given index.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The column index is out of range. |
See Also