C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableVector Class
Properties Methods


TableVector Class Members

The following tables list the members exposed by TableVector.

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the current vector (row or column) can split between pages. The default value is false.  
Public PropertyGets the Style of objects contained in the cells of the current vector (row or column). See CellStyle for details.  
Public PropertyGets the 0-based index of the current vector in the containing RenderTable (i.e. the row index for rows, the column index for columns).  
Public PropertyGets the TableVectorCollection object containing the current vector.  
Public PropertyGets or sets a value determining how page breaks are inserted before the current vector (regular, horizontal page breaks if the vector is a TableRow, vertical page breaks if the vector is a TableCol).  
Public PropertyGets or sets the size of the current vector (height if the vector is a TableRow, width if the vector is a TableCol).  
Public PropertyGets or sets a TableSizingModeEnum value determining how the size of the current vector (height for rows, width for columns) is calculated.  
Public PropertyGets 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.  
Public PropertyGets the Style of the current vector (row or column).  
Public PropertyGets the RenderTable object containing the current vector.  
Public PropertyGets or sets a value indicating whether the current vector (row or column) is visible.  
Top
Public Methods
 NameDescription
Public MethodAssigns (copies) properties from another TableVector to the current object. (The Ordinal property is not copied.)  
Top
Protected Methods
 NameDescription
Protected MethodIndicates whether the CellStyle property should be serialized.  
Protected MethodIndicates whether the Size property should be serialized.  
Protected MethodIndicates whether the Style property should be serialized.  
Top
See Also