Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / ToGrayscale() Method


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