PivotCustomFieldValueCellsEventArgsBase Properties
Serves as the base for classes that provide data for the CustomFieldValueCells event.Name | Description |
---|---|
ColumnCount | Gets the number of columns in the pivot grid. |
IsUpdateRequired | Gets whether the area where the field value cells reside needs to be redrawn after the event is handled. |
RowCount | Gets the number of rows in the pivot grid. |
See Also