[]
Represents a fragment of a RenderTable in a resolved C1PrintDocument.
public class RenderTableFragment : RenderFragment, IDocumentLocation
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). |
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. |