Gets a column of the table at at given index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FamilySizeTableColumn GetColumnHeader(
int index
)
Parameters
- index Int32
-
Index of the column.
Return Value
FamilySizeTableColumn
The column at the given index.
Exceptions
See Also
Reference