Spread Windows Forms 12.0 Product Documentation
Compose Method (TableElementStyle)


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
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)
public bool Compose( 
   TableElementStyle elementStyle,
   bool isTop,
   bool isBottom,
   bool isLeft,
   bool 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

Reference

TableElementStyle Class
TableElementStyle Members