Spread Silverlight Documentation
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 System.String
'Usage
 
Dim instance As GcColor
Dim value As System.String
 
value = instance.ToString()
public override System.string ToString()

Return Value

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

Reference

GcColor Structure
GcColor Members