Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / Composite Method / Composite(StyleFormat,DifferentialFormat,BorderSides,Boolean) Method
A StyleFormat value indicates the current style formatting.
A DifferentialFormat value indicates the differential formatting above.
true if the FontAttributes.CfColor will be included if aboveDxf have defined color.


In This Topic
    Composite(StyleFormat,DifferentialFormat,BorderSides,Boolean) Method
    In This Topic
    Composites the specified DifferentialFormat value with another specified DifferentialFormat.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Composite( _
       ByRef currentStyle As StyleFormat, _
       ByVal aboveDxf As DifferentialFormat, _
       Optional ByVal borderSides As BorderSides, _
       Optional ByVal markCfColor As Boolean _
    ) 
    'Usage
     
    
    Dim currentStyle As StyleFormat
    Dim aboveDxf As DifferentialFormat
    Dim borderSides As BorderSides
    Dim markCfColor As Boolean
     
    Styles.Composite(currentStyle, aboveDxf, borderSides, markCfColor)

    Parameters

    currentStyle
    A StyleFormat value indicates the current style formatting.
    aboveDxf
    A DifferentialFormat value indicates the differential formatting above.
    borderSides
    markCfColor
    true if the FontAttributes.CfColor will be included if aboveDxf have defined color.
    See Also