Revit 2025.3 API
| Table | 
   Sets a section's style
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetCellStyle( TableCellStyle Style )
Public Sub SetCellStyle ( Style As TableCellStyle )
public: void SetCellStyle( TableCellStyle^ Style )
member SetCellStyle : Style : TableCellStyle -> unit
Parameters
- Style TableCellStyle
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | A non-optional argument was null | 
 Remarks
Remarks
   For standard schedule, must set the TableCellStyleOverrideOptions in the TableCellStyle to override this section.
See Also