Skip to main content
A newer version of this page is available. .

XlColor.ToString() Method

Converts the XlColor object to a human-readable string.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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