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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : HorzSplitBehavior プロパティ
Gets or sets a value indicating how the content of the current cell is treated when the cell is split vertically between two horizontal (extension, created when the document is too wide) pages. (TableVector.CanSplit should be true for this to happen).
シンタックス
'宣言
 
Public Property HorzSplitBehavior As CellSplitBehaviorEnum
'使用法
 
Dim instance As TableCell
Dim value As CellSplitBehaviorEnum
 
instance.HorzSplitBehavior = value
 
value = instance.HorzSplitBehavior
public CellSplitBehaviorEnum HorzSplitBehavior {get; set;}
参照

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