[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableElementStyle.Compose

Compose Method

Compose(TableElementStyle, bool, bool, bool, bool)

Compose a style into this style

Declaration
public bool Compose(TableElementStyle elementStyle, bool isTop, bool isBottom, bool isLeft, bool isRight)
Public Function Compose(elementStyle As TableElementStyle, isTop As Boolean, isBottom As Boolean, isLeft As Boolean, isRight As Boolean) As Boolean
Parameters
Type Name Description
TableElementStyle elementStyle

A TableElementStyle object.

bool isTop

Specifies the top location for inner border merging

bool isBottom

Specifies the bottom location for inner border merging

bool isLeft

Specifies the left location for inner border merging

bool isRight

Specifies the right location for inner border merging

Returns
Type Description
bool

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