Sets a section's style

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

C#
public void SetCellStyle(
	TableCellStyle Style
)
Visual Basic
Public Sub SetCellStyle ( _
	Style As TableCellStyle _
)
Visual C++
public:
void SetCellStyle(
	TableCellStyle^ Style
)

Remarks

For standard schedule, must set the TableCellStyleOverrideOptions in the TableCellStyle to override this section.

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentNullException A non-optional argument was NULL

See Also