Spread WinForms 15
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()

Return Value

The corresponding grayscale color.
See Also