Name | Description | |
---|---|---|
TableRenderer Constructor | Initializes a new instance of the TableRenderer class. |
The following tables list the members exposed by TableRenderer.
Name | Description | |
---|---|---|
TableRenderer Constructor | Initializes a new instance of the TableRenderer class. |
Name | Description | |
---|---|---|
Cells | Gets a read-only list of all table cells. | |
ColumnCount | Gets the number of columns in the table. | |
ColumnRects | Gets the array of column GrapeCity.Documents.Layout.LayoutRects. | |
DefaultCellStyle | Gets or sets the default CellStyle. | |
Graphics | Gets a GcGraphics used for creating GrapeCity.Documents.Text.TextLayout objects. | |
GridLineColor | Gets or sets the color of grid lines. | |
HorizontalGridLineRects | Gets the array of GrapeCity.Documents.Layout.LayoutRects for horizontal grid lines. | |
Item | Gets a regular table cell at the specified rowIndex and columnIndex.
Background and foreground cells can be obtained with the Cells property. | |
RowCount | Gets the number of rows in the table. | |
RowRects | Gets the array of row GrapeCity.Documents.Layout.LayoutRects. | |
TableFrameStyle | Gets or sets the style of the outer table frame. | |
TableRect | Gets a GrapeCity.Documents.Layout.LayoutRect for the table. | |
VerticalGridLineRects | Gets the array of GrapeCity.Documents.Layout.LayoutRects for vertical grid lines. |
Name | Description | |
---|---|---|
AddCell | Overloaded. Creates an empty table cell with default style at the specified position. | |
AddMissingCells | Overloaded. Adds empty regular cells to fill out the gaps in the table. | |
ApplyCellConstraints | Performs layout of the table cells.
Execute this method after adding all cells to the table. | |
Render | Draws the table to a GcGraphics. | |
SetHorizontalGridLineWidth | Sets the width of horizontal grid line with a specified index. | |
SetVerticalGridLineWidth | Sets the width of vertical grid line with a specified index. |