IThreadSafeAccessible Methods
Provides thread-safe access to pivot grid data.| Name | Description |
|---|---|
| GetCellDisplayText(Int32, Int32) | Returns text displayed in the specified cell. |
| GetFieldByArea(PivotArea, Int32) | Returns a field located at the specified visual position in the specified area. |
| GetFieldByLevel(Boolean, Int32) | Returns the field located in the specified area at the specified level. |
| GetFieldCountByArea(PivotArea) | Returns the number of fields located in the specified area. |
| GetFieldsByArea(PivotArea) | Returns a list of fields displayed in the specified area. |
| GetFieldValueDisplayText(IThreadSafeField, Int32) | Returns the display representation of the specified field value. |
See Also