GrapeCity.Xaml.Excel
ToString Method (GcColor)


GrapeCity.Excel Namespace > GcColor Structure : ToString Method
Convert this GrapeCity.Excel.GcColor to a human-readable string
Syntax
'Declaration
 
Public Overrides Function ToString() As String
'Usage
 
Dim instance As GcColor
Dim value As String
 
value = instance.ToString()
public override string ToString()

Return Value

A string that consists of the ARGB component names and their values.
See Also

Reference

GcColor Structure
GcColor Members