Checks can object's content be split on specified position by vertically.

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

Syntax

C#
protected virtual bool FindVertSplitPosContent(
	SplitParams p
)
Visual Basic
Protected Overridable Function FindVertSplitPosContent ( _
	p As SplitParams _
) As Boolean

Parameters

p
Type: SplitParams
SplitParams object defining the parameters of splitting.

Return Value

Returns true if object can be split on specified position (p.ContentRealSplitPos).

See Also