The TableVector type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another TableVector to the current object.
(The Ordinal property is not copied.)
|
|
ShouldSerializeCellStyle |
Indicates whether the CellStyle property should be serialized.
|
|
ShouldSerializeSize |
Indicates whether the Size property should be serialized.
|
|
ShouldSerializeStyle |
Indicates whether the Style()()()() property should be serialized.
|
Properties
Name | Description | |
---|---|---|
CanSplit | Obsolete.
Gets or sets a value indicating whether the current vector
(row or column) can split between pages.
The default value is false.
|
|
CellStyle | ||
Ordinal |
Gets the 0-based index of the current vector in the containing RenderTable
(i.e. the row index for rows, the column index for columns).
|
|
Owner |
Gets the TableVectorCollection object containing the current vector.
|
|
PageBreakBehavior | ||
Size | ||
SizingMode |
Gets or sets a TableSizingModeEnum value determining
how the size of the current vector (height for rows, width for columns)
is calculated.
|
|
SplitBehavior |
Gets or sets a value determining how the current vector is treated
when it is too high (if it is a row) or too wide (if it is a column)
to fit in the vertical or horizontal space available on the current page.
|
|
Table |
Gets the RenderTable object containing the current vector.
|
|
Visible |
Gets or sets a value indicating whether the current vector
(row or column) is visible.
|