PivotGridCellTemplateItem Members
In This Article
#Properties
Name | Description |
---|---|
Column |
Gets the innermost column field to which the processed cell corresponds. |
Column |
Gets the index of the field to which the templated cell belongs. |
Column |
Gets the visual index of the column that contains the processed cell. |
Column |
Gets the type of the column which contains the processed cell. |
Data |
Gets the data field that identifies the column to which the processed cell belongs. |
Row |
Gets the innermost row field which corresponds to the processed cell. |
Row |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Row |
Gets the visual index of the row that contains the processed cell. |
Row |
Gets the type of the row which contains the processed cell. |
Summary |
Gets the summary value currently being processed. |
Text | Gets the display text of the cell currently being rendered. |
Value | Gets the value of the cell currently being rendered. |
#Methods
Name | Description |
---|---|
Create |
Returns data records associated with the current field value. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns a cell value calculated for the current column and row field values, against the specified data field. |
Get |
Returns a cell value calculated for the specified column and row field values, against the specified data field. |
Get |
Returns an array of column fields which correspond to the processed cell. |
Get |
Returns a Column Grand Total value calculated for the current row field values, against the specified data field. |
Get |
Returns a Column Grand Total value calculated for the specified row field values, against the specified data field. |
Get |
Returns the value of the specified column or row field which identifies the column/row in which the processed cell resides. |
Get |
Gets the grand total for the specified field. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns an array of row fields that correspond to the processed cell. |
Get |
Returns a Row Grand Total value calculated for the current column field values, against the specified data field. |
Get |
Returns a Row Grand Total value calculated for the specified column field values, against the specified data field. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether the specified field’s value that represents a row or column header of the processed cell is expanded. |
Is |
For internal use only. |
Is |
Indicates whether the processed data cell resides within the “Others” row/column when the Top N Value feature is enabled. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also