[]
        
(Showing Draft Content)

C1.C1Preview.RenderTableFragment

RenderTableFragment Class

Represents a fragment of a RenderTable in a resolved C1PrintDocument.

Inheritance
RenderTableFragment
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class RenderTableFragment : RenderFragment, IDocumentLocation

Properties

Name Description
BottomFooterRowCount

Gets the number of rows in the table footer at the bottom of the current fragment (i.e. on the current page or page column).

ColCount

Gets the number of columns in the current table fragment (i.e. on the current page or page column).

LeftHeaderColCount

Gets the number of columns in the vertical table header on the left of the current fragment (i.e. on the current page or page column).

RenderObject

Gets the RenderTable that produced the current fragment.

RightFooterColCount

Gets the number of columns in the vertical table footer on the right of the current fragment (i.e. on the current page or page column).

RowCount

Gets the number of rows in the current table fragment (i.e. on the current page or page column).

TopHeaderRowCount

Gets the number of rows in the table header at the top of the current fragment (i.e. on the current page or page column).

Methods

Name Description
AssignFrom(RenderFragment)

Assigns (copies) properties from another RenderFragment to the current object.

CreateSame()

Creates new empty RenderTableFragment object linked with same RenderObject as current object.