Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / ToString Method


In This Topic
    ToString Method (Color)
    In This Topic
    Returns the fully qualified type name of this instance.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As Color
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    The fully qualified type name.
    See Also