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

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

Syntax
'Declaration
 
Public Property RowsSplitBehavior As SplitBehaviorEnum
 
See Also