Revit 2026 API
Table |
Returns a column's cell FormatOptions and if no FormatOptions exists for this column,
it would come from the section.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FormatOptions GetCellFormatOptions( int nCol, Document dcument )
Public Function GetCellFormatOptions ( nCol As Integer, dcument As Document ) As FormatOptions
public: FormatOptions^ GetCellFormatOptions( int nCol, Document^ dcument )
member GetCellFormatOptions : nCol : int * dcument : Document -> FormatOptions
Parameters
- nCol Int32
- dcument Document
Return Value
FormatOptions| Exception | Condition |
|---|---|
| ArgumentException | The given column number nCol is invalid. |
| ArgumentNullException | A non-optional argument was null |
See Also