PrintDocument for WinForms
CellStyle プロパティ (TableCell)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : CellStyle プロパティ
セルスタイルを取得します。
シンタックス
'宣言
 
Public ReadOnly Property CellStyle As Style
'使用法
 
Dim instance As TableCell
Dim value As Style
 
value = instance.CellStyle
public Style CellStyle {get;}
解説
このスタイルは、現在のセル自身に適用されず、セルのコンテンツ( RenderObject)に適用され、そのオブジェクトの ambient と non-ambient スタイル属性の両方に影響します。

例については、 Style解説を参照してください。

参照

TableCell クラス
TableCell メンバ
Style プロパティ