TcxPivotGridCrossCellSummary Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Average | Returns the average of values. |
Count | Returns the number of values. |
Custom | Specifies a custom summary value. |
Data |
Provides access to the field which the summary values are calculated for. |
Distinct |
Returns the number of distinct values. |
Max | Returns the highest value. |
Min | Returns the lowest value. |
Owner | Provides access to the cross cell which provides the data records used to calculate summary values. |
Records | Provides access to the indexes of the data records used to calculate summary values. |
Std |
Returns the sample standard deviation of values. |
Std |
Returns the population standard deviation of values. |
Sum | Returns the sum of values. |
Summary |
Specifies the difference between the current summary value displayed for a field and the previously calculated summary value. |
Variance | Returns the sample variance of values. |
Variance |
Returns the population variance of values. |
#Methods
Name | Description |
---|---|
Clear | Clears all the calculated summary values. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Get |
Returns the object that contains the summary values calculated for the cell in the column that precedes the column of a particular cell and corresponds to the same field. |
Get |
Returns the summary value calculated using the specific summary function. |
Get |
|
Get |
Returns the field value at the specified drilldown data record. |
To |
Inherited from TObject. |
See Also