Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / ToGrayscale Method


In This Topic
    ToGrayscale Method (Color)
    In This Topic
    Get the corresponding grayscale color.
    Syntax
    'Declaration
     
    
    Public Function ToGrayscale() As Color
    'Usage
     
    
    Dim instance As Color
    Dim value As Color
     
    value = instance.ToGrayscale()
    public Color ToGrayscale()

    Return Value

    The corresponding grayscale color.
    See Also