Represents a Cell in a Summary Data Table Row.
Methods
Properties
|
Name |
Description |
|
BackgroundColour |
The Background HTML Colour for the Cell Value, e.g., "red" or "#FF0000" or var(--color-status-error-500, red). |
|
CellClass |
The Cell Class. |
|
ColSpan |
The number of columns this Cell should span. |
|
ElementId |
The Id to assign to a cell element where supported (e.g., via the id attribute for an HTML td or th element). |
|
ForceWrap |
Indicates whether content in this Cell should Wrap, regardless of whether it has any whitespace. |
|
ForegroundColour |
The Foreground HTML Colour for the Cell Value, e.g., "red" or "#FF0000" or "var(--color-status-error-500, red)" |
|
Hyperlink |
The Cell Hyperlink. |
|
HyperlinkClass |
The Hyperlink Class. |
|
HyperlinkProperties Read-Only |
Properties relating to certain types of Hyperlink. |
|
NoWrap |
Indicates whether content in this Cell should never Wrap. |
|
Parent |
The Parent collection of Cells. |
|
Row Read-Only |
The Parent Row. |
|
SummaryTable Read-Only |
The Parent Summary Table. |
|
Tag |
The Tag property can be used to attach another value or object to this object. |
|
TextAlign |
The Cell Text Alignment. |
|
TextAlignResolved Read-Only |
The Cell Text Alignment. |
|
Tooltip |
The Cell Tooltip. |
|
TooltipClass |
The Tooltip Class. |
|
TooltipPopupIconTemplate |
A Template (where supported by the renderer) for the Icon displayed to show a Popup Tooltip. |
|
Value |
The Cell Value. |
|
ValueFormat |
The Format that the Value represents. |
|
WordDocumentOptions Read-Only |
Options to use when inserting into an Word Document (ISWordDocument). |
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0