Skip to main content

XlColor.ToString() Method

Converts the XlColor object to a human-readable string.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override string ToString()

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