StiPivotTableCells Class
Namespace: Stimulsoft.Dashboard.Components.PivotTable
Inheritance
Inherits from: StiTableCells
Constructors
| Constructor | Description |
|---|---|
| StiPivotTableCells() |
StiPivotTableCells()
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | |
| GetFonts | List<StiFont> | |
| GetRows | IStiTableSection | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Clone
Clone(): object
Returns object
GetFonts
GetFonts(): List<StiFont>
Returns List<StiFont>
GetRows
GetRows(): IStiTableSection
Returns IStiTableSection
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject