Cell
DisplayColor Property
|
get cell's display color
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Color DisplayColor { get; }
Public ReadOnly Property DisplayColor As Color
Get
public:
property Color DisplayColor {
Color get ();
}
member DisplayColor : Color with get
Property Value
Type:
Color
See Also