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 SplitBehavior property).

The default is Never.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public SplitBehaviorEnum ColsSplitBehavior { get; set; }
Visual Basic
Public Property ColsSplitBehavior As SplitBehaviorEnum
	Get
	Set

See Also