TableSectionDataSetCellStyle(TableCellStyle) Method

Sets a section's style

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetCellStyle(
	TableCellStyle Style
)

Parameters

Style  TableCellStyle
 
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
Remarks
For standard schedule, must set the TableCellStyleOverrideOptions in the TableCellStyle to override this section.
See Also