Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class
Properties Methods

In This Topic
    TableRenderer Class Members
    In This Topic

    The following tables list the members exposed by TableRenderer.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TableRenderer class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a read-only list of all table cells.  
    Public PropertyGets the number of columns in the table.  
    Public PropertyGets the array of column GrapeCity.Documents.Layout.LayoutRects.  
    Public PropertyGets or sets the default CellStyle.  
    Public PropertyGets a GcGraphics used for creating GrapeCity.Documents.Text.TextLayout objects.  
    Public PropertyGets or sets the color of grid lines.  
    Public PropertyGets the array of GrapeCity.Documents.Layout.LayoutRects for horizontal grid lines.  
    Public PropertyGets a regular table cell at the specified rowIndex and columnIndex.

    Background and foreground cells can be obtained with the Cells property.

     
    Public PropertyGets the number of rows in the table.  
    Public PropertyGets the array of row GrapeCity.Documents.Layout.LayoutRects.  
    Public PropertyGets or sets the style of the outer table frame.  
    Public PropertyGets a GrapeCity.Documents.Layout.LayoutRect for the table.  
    Public PropertyGets the array of GrapeCity.Documents.Layout.LayoutRects for vertical grid lines.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates an empty table cell with default style at the specified position.  
    Public MethodOverloaded. Adds empty regular cells to fill out the gaps in the table.  
    Public MethodPerforms layout of the table cells.

    Execute this method after adding all cells to the table.

     
    Public MethodDraws the table to a GcGraphics.  
    Public MethodSets the width of horizontal grid line with a specified index.  
    Public MethodSets the width of vertical grid line with a specified index.  
    Top
    See Also