Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetPatternedColor Method
color input
pattern, type is ST_PatternType


In This Topic
    GetPatternedColor Method
    In This Topic
    Gets the color with the pattern.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPatternedColor( _
       ByVal color As Color, _
       ByVal pattern As ST_PatternType _
    ) As Color
    'Usage
     
    
    Dim color As Color
    Dim pattern As ST_PatternType
    Dim value As Color
     
    value = ExcelXMLHelpers.GetPatternedColor(color, pattern)
    public static Color GetPatternedColor( 
       Color color,
       ST_PatternType pattern
    )

    Parameters

    color
    color input
    pattern
    pattern, type is ST_PatternType

    Return Value

    Color after pattern.
    See Also