TableSectionData.SetCellStyle(Int32, TableCellStyle) Method

Sets a column's style.


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

Syntax

C#

public void SetCellStyle(
	int nCol,
	TableCellStyle Style
)

Parameters

nCol  Int32
 
Style  TableCellStyle
 

Exceptions

ExceptionCondition
ArgumentException The given column number nCol is invalid.
ArgumentNullException A non-optional argument was null

See Also

Reference

TableSectionData Class
SetCellStyle Overload
Autodesk.Revit.DB Namespace