[]
        
Describes the layout, style, and data of a table cell.
public class TableCell
  Public Class TableCell
  | Name | Description | 
|---|---|
| ColumnIndex | Gets the index of left column in the cell.  | 
      
| ColumnSpan | Gets the number of columns covered by the cell.  | 
      
| ContentRect | Gets the cell's content LayoutRect.  | 
      
| Data | Gets or sets a data object associated with the cell.  | 
      
| Height | Gets the height of the cell, in graphic units.  | 
      
| Rect | Gets the LayoutRect for the table cell.  | 
      
| RowIndex | Gets the index of top row in the cell.  | 
      
| RowSpan | Gets the number of rows covered by the cell.  | 
      
| Style | Gets the cell style.  | 
      
| Table | Gets the owner TableRenderer.  | 
      
| TextLayout | Gets the TextLayout object drawn in the cell.  | 
      
| Width | Gets the width of the cell, in graphic units.  |