Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / Compose Method
A TableElementStyle object.
Specifies the top location for inner border merging
Specifies the bottom location for inner border merging
Specifies the left location for inner border merging
Specifies the right location for inner border merging


In This Topic
    Compose Method (TableElementStyle)
    In This Topic
    Compose a style into this style
    Syntax
    'Declaration
     
    
    Public Function Compose( _
       ByVal elementStyle As TableElementStyle, _
       ByVal isTop As Boolean, _
       ByVal isBottom As Boolean, _
       ByVal isLeft As Boolean, _
       ByVal isRight As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As TableElementStyle
    Dim elementStyle As TableElementStyle
    Dim isTop As Boolean
    Dim isBottom As Boolean
    Dim isLeft As Boolean
    Dim isRight As Boolean
    Dim value As Boolean
     
    value = instance.Compose(elementStyle, isTop, isBottom, isLeft, isRight)

    Parameters

    elementStyle
    A TableElementStyle object.
    isTop
    Specifies the top location for inner border merging
    isBottom
    Specifies the bottom location for inner border merging
    isLeft
    Specifies the left location for inner border merging
    isRight
    Specifies the right location for inner border merging

    Return Value

    True if style is merged, false if there is no style able to merge in (mean full style set for parent).
    See Also