Spread WPF 17
GrapeCity.Excel Namespace / GcColor Structure / ToString Method


In This Topic
    ToString Method (GcColor)
    In This Topic
    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