PowerTools SPREAD for ASP.NET 8.0J
ApplyStyleTo メソッド (BaseCellType)

TableCellオブジェクト、または単純にセル
コントロールのスタイル設定(Appearanceオブジェクト)
コントロールのマージン設定(Insetオブジェクト)
コントロールが上位ブラウザで描画できるかどうか
外観とマージンをセルに適用します。
構文
'Declaration
 
Protected Sub ApplyStyleTo( _
   ByVal tc As TableCell, _
   ByVal style As Appearance, _
   ByVal margin As Inset, _
   ByVal upperLevel As Boolean _
) 
protected void ApplyStyleTo( 
   TableCell tc,
   Appearance style,
   Inset margin,
   bool upperLevel
)

パラメータ

tc
TableCellオブジェクト、または単純にセル
style
コントロールのスタイル設定(Appearanceオブジェクト)
margin
コントロールのマージン設定(Insetオブジェクト)
upperLevel
コントロールが上位ブラウザで描画できるかどうか
参照

BaseCellType クラス
BaseCellType メンバ

 

 


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