The TableCell type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetImage |
Gets the image displayed in the cell. This method returns a copy of the image. The caller is responsible for disposing the image when done with it.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BackgroundColor |
Gets the background color. If the cell has no explicit background color, this property returns Color.Empty
| |
BorderColor |
Gets the border color.
| |
BorderStyle |
Gets the border style.
| |
Bounds |
Gets the bounds of the cell. The point (0,0)
represents the upper left corner of whole layout.
| |
CanHaveImage |
Returns true if this cell can have an image. Use the GetImage method to see
whether the cell actually contains an image.
| |
CellType |
Gets the type of a cell.
| |
ColumnIndex |
Gets the column index of the cell.
| |
DataValue |
Gets the data value of this cell. Can be null.
| |
DataValueProperties |
Gets metadata for the data value of this cell. Can be null.
| |
Font |
Gets the font used for text in the cell.
| |
HorizontalAlignment |
Gets the horizontal alignment of text in the cell.
| |
IsUpperLeftInRange |
Returns true if this cell is the upper left cell in a range. This will always be true for cells that do not span over multiple columns or rows.
| |
Link |
Gets a string representing a link url. If the cell does not have a link, this property returns String.Empty.
| |
Range |
Gets the extent of the cell expressed as a CellRange | |
RowIndex |
Gets the row index of the cell.
| |
Text |
The text in the cell.
| |
TextColor |
Gets the text color.
| |
Tooltip |
Gets the tooltip for this cell.
| |
WordWrap |
Gets a values indicating if cell text can be drawn on muliple lines or not.
|
See Also