PrintDocument for WinForms
RowsSplitBehavior プロパティ (RenderTable)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderTable クラス : RowsSplitBehavior プロパティ
Gets or sets a value determining how a table row is treated when it is too high to fit in the vertical space available on the current page. (you can override this value for individual rows using TableVector.SplitBehavior property).

The default is SplitBehaviorEnum.Never.

シンタックス
'宣言
 
Public Property RowsSplitBehavior As SplitBehaviorEnum
'使用法
 
Dim instance As RenderTable
Dim value As SplitBehaviorEnum
 
instance.RowsSplitBehavior = value
 
value = instance.RowsSplitBehavior
public SplitBehaviorEnum RowsSplitBehavior {get; set;}
参照

RenderTable クラス
RenderTable メンバ
ColsSplitBehavior プロパティ