PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TableRow Class
Properties Methods


In This Topic
    TableRow Class Members
    In This Topic

    The following tables list the members exposed by TableRow.

    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. (Inherited from C1.C1Preview.TableVector)
    Public PropertyGets the Style of objects contained in the cells of the current vector (row or column). See CellStyle for details. (Inherited from C1.C1Preview.TableVector)
    Public PropertyGets or sets the height of the current row.  
    Public PropertyGets the TableCell at the specified column index. This property always returns a non-null TableCell object.  
    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). (Inherited from C1.C1Preview.TableVector)
    Public PropertyGets the TableRowCollection containing the current row.  
    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). (Inherited from C1.C1Preview.TableVector)
    Public PropertyGets or sets the size of the current vector (height if the vector is a TableRow, width if the vector is a TableCol). (Inherited from C1.C1Preview.TableVector)
    Public PropertyGets or sets a TableSizingModeEnum value determining how the size of the current vector (height for rows, width for columns) is calculated. (Inherited from C1.C1Preview.TableVector)
    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. (Inherited from C1.C1Preview.TableVector)
    Public PropertyGets or sets the StretchRowEnum mode of the current row.  
    Public PropertyGets the Style of the current vector (row or column). (Inherited from C1.C1Preview.TableVector)
    Public PropertyGets the RenderTable object containing the current vector. (Inherited from C1.C1Preview.TableVector)
    Public PropertyGets or sets a value indicating whether the current vector (row or column) is visible. (Inherited from C1.C1Preview.TableVector)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another TableVector to the current object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodIndicates whether the TableVector.CellStyle property should be serialized. (Inherited from C1.C1Preview.TableVector)
    Protected MethodIndicates whether the TableVector.Size property should be serialized. (Inherited from C1.C1Preview.TableVector)
    Protected MethodIndicates whether the TableVector.Style property should be serialized. (Inherited from C1.C1Preview.TableVector)
    Top
    See Also