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


In This Topic
    TableCell Class Members
    In This Topic

    The following tables list the members exposed by TableCell.

    Public Properties
     NameDescription
    Public PropertyGets the RenderArea contained in the current cell.  
    Public PropertyGets a System.Drawing.Rectangle describing the geometry of the current cell in the table.

    The location of the returned rectangle defines the location (column and row) of the current cell, while its size defines the number of columns and rows spanned by the current cell.

     
    Public PropertyGets the Style that is used to render the content of the current cell.  
    Public PropertyGets the 0-based index in the table of the column containing the current cell.  
    Public PropertyGets or sets a value indicating how the content of the current cell is treated when the cell is split vertically between two horizontal (extension, created when the document is too wide) pages. (TableVector.CanSplit should be true for this to happen).  
    Public PropertyGets or sets the image contained in the current cell.  
    Public PropertyGets the index of the last column spanned by the current cell. If SpanCols is 1, the value of this property is equal to Col.  
    Public PropertyGets the index of the last row spanned by the current cell. If SpanRows is 1, the value of this property is equal to Row.  
    Public PropertyGets the TableCellCollection containing the current cell.  
    Public PropertyGets or sets the RenderObject contained in the current cell.  
    Public PropertyGets or sets a value indicating whether vertical gridlines should be drawn when the cell is split between two horizontal (extension, created when the document is too wide) pages.  
    Public PropertyGets or sets a value indicating whether horizontal gridlines should be drawn when the cell is split between two vertical (regular) pages.  
    Public PropertyGets the 0-based index in the table of the row containing the current cell.  
    Public PropertyGets or sets the number of columns spanned by the current cell. Cannot be less than 1, which is the default.  
    Public PropertyGets or sets the number of rows spanned by the current cell. Cannot be less than 1, which is the default.  
    Public PropertyGets the Style of the current cell.  
    Public PropertyGets the RenderTable containing the current cell.  
    Public PropertyGets or sets arbitrary data associated with the current cell.  
    Public PropertyGets or sets the text contained in the current cell.  
    Public PropertyGets or sets a value indicating how the content of the current cell is treated when the cell is split horizontally between two vertical (regular) pages (TableVector.CanSplit should be true for this to happen).  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another TableCell to the current object. The Row and Col properties are not copied. A "deep" copy of the RenderObject is made, i.e. a copy of the RenderObject is created and assigned to the newly created cell's RenderObject property.  
    Public MethodDetermines whether the current cell is visible in the containing table. A cell is visible if it spans at least one visible row and column (see TableVector.Visible).  
    Top
    Protected Methods
     NameDescription
    Protected MethodIndicates whether the CellStyle property should be serialized.  
    Protected MethodIndicates whether the Style property should be serialized.  
    Top
    See Also