The TableVectorGroup type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another TableVectorGroup to the current object.
|
|
ShouldSerializeCellStyle |
Indicates whether the CellStyle 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 group can split between pages.
The default is true.
|
|
CellStyle | ||
ColumnFooter |
Gets or sets a value indicating whether the current group
should be repeated as a table footer on each column where
the containing table is printed.
Only one row and column group in a table can has this property set to true. |
|
ColumnHeader |
Gets or sets a value indicating whether the current group
should be repeated as a table header on each column where
the containing table is printed.
Only one row and column group in a table can has this property set to true. |
|
Count |
Gets the number of rows or columns in the current group.
|
|
DataBinding |
Gets an instance of C1DataBinding class representing the
data binding properties of the current table row/column group.
|
|
DataBindingDefined |
Gets a value indicating whether the current row/column group is data bound.
Returns true if the group's DataBinding property
has been initialized and its Mode is not None.
|
|
DataBindingMode |
Gets a combination of DataBindingModeEnum flags
specifying the data binding mode of the current row/column group.
|
|
Footer |
Gets or sets flags indicating whether the current group
should be treated as a table footer repeated on each
page and/or column.
|
|
Header |
Gets or sets flags indicating whether the current group
should be treated as a table header repeated on each
page and/or column.
|
|
LastPosition |
Gets the 0-based index in the containing RenderTable
of the last row or column in the current group.
|
|
MinVectorsAfter |
Gets or sets the minimum number of rows or columns that must be printed
on the same page after the current group, to allow a page break to be inserted.
|
|
MinVectorsBefore |
Gets or sets the minimum number of rows or columns that must be printed
on the same page before the current group, to allow a page break to be inserted.
|
|
Owner |
Gets the TableVectorGroupCollection containing the current group.
|
|
PageFooter |
Gets or sets a value indicating whether the current group
should be repeated as a table footer on each page where
the containing table is printed.
Only one row and column group in a table can has this property set to true. |
|
PageHeader |
Gets or sets a value indicating whether the current group
should be repeated as a table header on each page where
the containing table is printed.
Only one row and column group in a table can has this property set to true. |
|
Position |
Gets the 0-based index in the containing RenderTable
of the first row or column in the current group.
|
|
SpanVectors |
Gets or sets an array of table vectors' (rows or columns) ordinals
that will span over the whole group.
This property is used only in databound tables, and allows to specify
the number of vectors in which the cells will be merged for the current
vector group.
|
|
SplitBehavior |
Gets or sets a value determining how the current group is treated
when it is too high (if it is a group of rows) or too wide (if it
is a group of columns) to fit in the vertical or horizontal space
available on the current page.
The default value is SplitIfNeeded. |
|
Table |
Gets the RenderTable containing the current group.
|