Returns the value of the PageBreakBehavior property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in GetVectorSize(Int32) for details).

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

Syntax

C#
public PageBreakBehaviorEnum GetVectorPageBreakBehavior(
	int index
)
Visual Basic
Public Function GetVectorPageBreakBehavior ( _
	index As Integer _
) As PageBreakBehaviorEnum

Parameters

index
Type: System..::..Int32
The 0-based index (Ordinal) of the row or column.

Return Value

The value of the specified vector's PageBreakBehavior property, or Default if the vector has not been initialized.

See Also