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


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

The default is SplitBehaviorEnum.Never.

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

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