ScheduleFieldSetStyle Method |
Sets the style of this field.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetStyle(
TableCellStyle style
)
Public Sub SetStyle (
style As TableCellStyle
)
public:
void SetStyle(
TableCellStyle^ style
)
member SetStyle :
style : TableCellStyle -> unit
Parameters
- style TableCellStyle
-
Exceptions
See Also