2027 Class
Changes 0
C

TableCellStyle

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