PowerTools SPREAD for Windows Forms 8.0J
Compose メソッド (TableElementStyle)


TableElementStyleオブジェクト。
内側罫線をマージするための上位置を指定します。
内側罫線をマージするための下位置を指定します。
内側罫線をマージするための左位置を指定します。
内側罫線をマージするための右位置を指定します。
指定したスタイルをこのスタイルにマージします。
構文
'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
'使用法
 
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
)

パラメータ

elementStyle
TableElementStyleオブジェクト。
isTop
内側罫線をマージするための上位置を指定します。
isBottom
内側罫線をマージするための下位置を指定します。
isLeft
内側罫線をマージするための左位置を指定します。
isRight
内側罫線をマージするための右位置を指定します。

戻り値の型

スタイルがマージされた場合はtrue、マージ可能なスタイルがない場合(つまり、親から完全なスタイルセットを受け取っている場合)はfalse。
参照

TableElementStyle クラス
TableElementStyle メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.