Revit 2026 API
Table |
Sets a column's style.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetCellStyle( int nCol, TableCellStyle Style )
Public Sub SetCellStyle ( nCol As Integer, Style As TableCellStyle )
public: void SetCellStyle( int nCol, TableCellStyle^ Style )
member SetCellStyle : nCol : int * Style : TableCellStyle -> unit
Parameters
- nCol Int32
- Style TableCellStyle
| Exception | Condition |
|---|---|
| ArgumentException | The given column number nCol is invalid. |
| ArgumentNullException | A non-optional argument was null |
See Also