FamilySizeTableGetColumnHeader Method

Gets a column of the table at at given index.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FamilySizeTableColumn GetColumnHeader(
	int index
)

Parameters

index  Int32
Index of the column.

Return Value

FamilySizeTableColumn
The column at the given index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The column index is out of range.
See Also