[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.TableCell

Class TableCell

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Describes the layout, style, and data of a table cell.

public class TableCell
Inheritance
TableCell
Inherited Members

Properties

ColumnIndex

Gets the index of left column in the cell.

public int ColumnIndex { get; }

Property Value

int

ColumnSpan

Gets the number of columns covered by the cell.

public int ColumnSpan { get; }

Property Value

int

ContentRect

Gets the cell's content LayoutRect.

public LayoutRect ContentRect { get; }

Property Value

LayoutRect

Data

Gets or sets a data object associated with the cell.

public object Data { get; set; }

Property Value

object

Height

Gets the height of the cell, in graphic units.

public float Height { get; }

Property Value

float

Rect

Gets the LayoutRect for the table cell.

public LayoutRect Rect { get; }

Property Value

LayoutRect

RowIndex

Gets the index of top row in the cell.

public int RowIndex { get; }

Property Value

int

RowSpan

Gets the number of rows covered by the cell.

public int RowSpan { get; }

Property Value

int

Style

Gets the cell style.

public CellStyle Style { get; }

Property Value

CellStyle

Table

Gets the owner TableRenderer.

public TableRenderer Table { get; }

Property Value

TableRenderer

TextLayout

Gets the TextLayout object drawn in the cell.

public TextLayout TextLayout { get; }

Property Value

TextLayout

Width

Gets the width of the cell, in graphic units.

public float Width { get; }

Property Value

float