PivotCellEventArgsBase<TField, TData, TCustomTotal> Properties
Provides data for events which are invoked for particular cells.
Name | Description |
---|---|
Column |
Gets the column custom total which displays the current cell. |
Column |
Gets the innermost column field which corresponds to the processed cell. |
Column |
For internal use. |
Column |
Gets the visual index of the column that contains the processed cell. |
Column |
Gets the type of column which contains the processed cell. |
Data |
Gets the data field which identifies the column where the processed cell resides. |
Row |
Gets the row custom total which contains the current cell. |
Row |
Gets the innermost row field that corresponds to the processed cell. |
Row |
For internal use. |
Row |
Gets the index of the row that contains the processed cell. |
Row |
Gets the type of row that contains the processed cell. |
Summary |
Gets the summary type of the currently processed value. |
Summary |
Gets the summary value currently being processed. |
Value | Gets the processed cell’s value. |
See Also