Skip to main content

IThreadSafeAccessible Members

Provides thread-safe access to pivot grid data.

Properties

Name Description
ColumnCount Gets the number of columns displayed in the pivot grid.
Fields Provides thread safe access to a pivot grid field collection.
Groups Provides thread safe access to a pivot grid group collection.
IsAsyncInProgress Gets whether an asynchronous operation is currently being performed.
RowCount Gets the number of rows displayed in the pivot grid.

Methods

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