TableCellStyleSheetBackgroundColor Property |
The background color of this cell in the sheet view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Color SheetBackgroundColor { get; }
Public ReadOnly Property SheetBackgroundColor As Color
Get
public:
property Color^ SheetBackgroundColor {
Color^ get ();
}
member SheetBackgroundColor : Color with get
Property Value
Color
Remarks
In most cases the background color on the sheet view is the same as it is in the grid view. The background may be different
if conditional formatting is applied only in the grid view.
See Also