C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderTable Class / ColsSplitBehavior Property

In This Topic
ColsSplitBehavior Property
In This Topic
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.

Syntax
'Declaration
 
Public Property ColsSplitBehavior As SplitBehaviorEnum
 
See Also