Version

ClearPropertyCache Method

Dereferences any PivotGridRow, PivotGridColumn, PivotGridCell, or PivotGridDropAreaItem instances currently being cached for the purpose of persisting property values.
Syntax
'Declaration
 
Public Sub ClearPropertyCache( _
   Optional ByVal clearColumns As Boolean, _
   Optional ByVal clearRows As Boolean, _
   Optional ByVal clearCells As Boolean, _
   Optional ByVal clearDropAreaItems As Boolean _
) 
public void ClearPropertyCache( 
   bool clearColumns,
   bool clearRows,
   bool clearCells,
   bool clearDropAreaItems
)

Parameters

clearColumns
Specifies whether to remove all columns from the cache. If unspecified, resolves as true.
clearRows
Specifies whether to remove all rows from the cache. If unspecified, resolves as true.
clearCells
Specifies whether to remove all cells from the cache. If unspecified, resolves as true.
clearDropAreaItems
Specifies whether to remove all cells from the cache. If unspecified, resolves as true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also