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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : CellStyle プロパティ
Gets the Style that is used to render the content of the current cell.
シンタックス
'宣言
 
Public ReadOnly Property CellStyle As Style
'使用法
 
Dim instance As TableCell
Dim value As Style
 
value = instance.CellStyle
public Style CellStyle {get;}
解説
This style is not applied to the current cell itself, rather it is applied to the cell's content (TableCell.RenderObject), affecting both ambient and non-ambient style attributes of that object.

For an example, see remarks in TableCell.Style.

参照

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