Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IColorFormat Interface / SchemeColor Property


In This Topic
    SchemeColor Property
    In This Topic
    Gets or sets the scheme color index.
    Syntax
    'Declaration
     
    
    Property SchemeColor As Short
    'Usage
     
    
    Dim instance As IColorFormat
    Dim value As Short
     
    instance.SchemeColor = value
     
    value = instance.SchemeColor
    short SchemeColor {get; set;}

    Property Value

    The index of sheme color.
    See Also