Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / ToGrayscale Method


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