XlColor.ToString() Method
Converts the XlColor object to a human-readable string.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Returns
Type | Description |
---|---|
String | A String value that consists of the theme color and the tint value if the XlColor is created from a theme color by using the XlColor.FromTheme method; otherwise a string that consists of the ARGB component values. |
See Also