StiCell Class
Namespace: Stimulsoft.Report.CrossTab.Core
Inheritance
Implements: ICloneable
Constructors
| Constructor | Description |
|---|---|
| StiCell() | |
| StiCell(string text, decimal value, StiCrossField field) | |
| StiCell(string text, decimal value, int width, int height, StiCrossField field) |
StiCell()
StiCell(text: string, value: decimal, field: StiCrossField)
Parameters
- text (string)
- value (decimal)
- field (StiCrossField)
StiCell(text: string, value: decimal, width: int, height: int, field: StiCrossField)
Parameters
- text (string)
- value (decimal)
- width (int)
- height (int)
- field (StiCrossField)
Properties
| Property | Type | Description |
|---|---|---|
| Field | StiCrossField | |
| FieldCloned | bool | |
| Guid | string | |
| Height | int | |
| HyperlinkValue | object | |
| IsChangeWidthForRightToLeft | bool | |
| IsCrossSummary | bool | |
| IsImage | bool | |
| IsNegativeColor | bool | |
| IsNumeric | bool | |
| KeepMergedCellsTogether | bool | |
| Level | int | |
| ParentCell | StiCell | |
| ParentGuid | string | |
| Size | SizeD | |
| SummaryIndex | int | |
| TagValue | object | |
| Text | string | |
| ToolTipValue | object | |
| Value | object | |
| Width | int |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | |
| GetComponentPlacement | string | |
| ToString | string |
Method Details
Clone
Clone(): object
Returns object
GetComponentPlacement
GetComponentPlacement(): string
Returns string
ToString
ToString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| CellType | StiCellType | |
| TooltipAsHyperlink | bool |