Gets or sets a value indicating how the content of the current cell is treated when the cell is split vertically between two horizontal (extension, created when the document is too wide) pages. (CanSplit should be true for this to happen).

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

Syntax

C#
public CellSplitBehaviorEnum HorzSplitBehavior { get; set; }
Visual Basic
Public Property HorzSplitBehavior As CellSplitBehaviorEnum
	Get
	Set

See Also