RVTDocs.com
Namespace: Autodesk.Revit.DB

TableCellStyle

Class
Description:
The TableCellStyle class contains the appearance settings for a given table cell, column, or table.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.TableCellStyle
Syntax
public class TableCellStyle : IDisposable
TableCellStyle Class Members:
Name Description Inherited From
TableCellStyle() Constructs a new TableCellStyle with default settings.
TableCellStyle(TableCellStyle) Constructs a new copy of the input TableCellStyle object.
Name Description Inherited From
BackgroundColor The background color of this cell in the grid view.
BorderBottomLineStyle The element id (GraphicsStyle element) for the bottom line of the cell border.
BorderLeftLineStyle The element id (GraphicsStyle element) for the left line of the cell border.
BorderRightLineStyle The element id (GraphicsStyle element) for the right line of the cell border.
BorderTopLineStyle The element id (GraphicsStyle element) for the top line of the cell border.
FontHorizontalAlignment The horizontal alignment style of text font.
FontName The font used for this style
FontVerticalAlignment The vertical alignment style of text font.
IsEnabled Gets or sets the status whether this cell is enabled.
IsFontBold Gets or sets whether the text font is set to bold of this cell.
IsFontItalic Gets or sets whether the text font is set to italic of this cell.
IsFontUnderline Gets or sets whether the text font is set to Underline of this cell.
IsInactivePhaseload Gets or sets whether this is an inactive phase load cell.
IsOverridden Indicates if the cell is overridden or not.
IsReadOnly Gets or sets whether this cell is read only.
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
SheetBackgroundColor The background color of this cell in the sheet view.
TextColor The text color of this cell.
TextOrientation The orientation of the cell (for vertical/horizontal text) with input in degrees multiplied by 10
TextSize The text size.
Name Description Inherited From
Dispose Releases all resources used by the TableCellStyle
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetCellStyleOverrideOptions Gets cell style override options of this cell.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ResetOverride Resets any overrides applied to this cell.
SetCellStyleOverrideOptions Sets cell style override options of this cell.
ToString Returns a string that represents the current object. (Inherited from Object ) Object