[]
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(int) for details).
public PageBreakBehaviorEnum GetVectorPageBreakBehavior(int index)
Public Function GetVectorPageBreakBehavior(index As Integer) As PageBreakBehaviorEnum
| Type | Name | Description |
|---|---|---|
| int | index | The 0-based index (Ordinal) of the row or column. |
| Type | Description |
|---|---|
| PageBreakBehaviorEnum | The value of the specified vector's PageBreakBehavior property, or Default if the vector has not been initialized. |