Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotTable interface contains properties and methods for working with table data.
IPivotTable
To work with the collection of data table variants, use the IPivotTables interface.
| Property name | Brief description | |
| The Cell property determines a table cell value. | ||
| The ColumnCount property returns the number of columns with data in the table. | ||
| The DataRights property returns access rights for data of the given cell. | ||
| The Highlight property returns whether data in a cell, value of which corresponds to the specified condition, is highlighted. | ||
| The IsChanged property returns whether modified data is present in the table. | ||
| The IsChangedCell property returns whether modified data exists in the given table cell | ||
| The IsDataChanged property returns if there are modified data by elements included into the specified selection. | ||
| The IsEditing property returns whether the table is in the edit mode. | ||
| The IsEvaluatedCell property returns whether this cell is calculated one. | ||
| The IsHighlighted property returns whether the data in a cell, value of which corresponds to any set condition, is highlighted. | ||
| The IsStairCell property returns whether stepped hierarchy used in a cell. | ||
| The LeftHeader property returns parameters of table row headers. | ||
| The RowCount property returns the number of rows with data in the table. | ||
| The Selection property returns table selection taking into account filtering. | ||
| The TopHeader property returns parameters of table columns headers. |
| Method name | Brief description | |
| The Cancel method cancels the mode of editing without saving produced changes. | ||
| The Edit method switches the table to a mode of data editing. | ||
| The Post method cancels the edit mode and saves modified table data. | ||
| The PostEx method cancels the edit mode and saves modified table data with ability to specify the data that will be excluded. |
See also: