| Revit 2022.1 API |
| TableSectionData..::..SetCellStyle Method (TableCellStyle) |
| TableSectionData Class See Also |
Sets a section's style
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public void SetCellStyle( TableCellStyle Style ) |
| Visual Basic |
|---|
Public Sub SetCellStyle ( _ Style As TableCellStyle _ ) |
| Visual C++ |
|---|
public: void SetCellStyle( TableCellStyle^ Style ) |
Parameters
- Style
- Type: Autodesk.Revit.DB..::..TableCellStyle
Remarks
For standard schedule, must set the TableCellStyleOverrideOptions in the TableCellStyle to override this section.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |