Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / GetRenderColor Method
The scheme color.


In This Topic
    GetRenderColor Method
    In This Topic
    Gets the display color from the specified scheme color.
    Syntax
    'Declaration
     
    
    Public Function GetRenderColor( _
       ByVal workbook As IWorkbook, _
       ByVal schemeColor As SchemeColor, _
       Optional ByVal autoColor As Color _
    ) As Color
    'Usage
     
    
    Dim instance As Theme
    Dim workbook As IWorkbook
    Dim schemeColor As SchemeColor
    Dim autoColor As Color
    Dim value As Color
     
    value = instance.GetRenderColor(workbook, schemeColor, autoColor)

    Parameters

    workbook
    schemeColor
    The scheme color.
    autoColor

    Return Value

    A GrapeCity.Spreadsheet.Color value represents the display color.
    Remarks
    The schemeColor value can be modified after exists from this function.
    See Also