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


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

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