IPivotHeaderEvaluatedSlots.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of calculated column or row.

Description

The Remove method removes calculated column or row with the specified index.

Comments

If the removal is successful, the method returns True, otherwise it returns False.

Column and row indexing is continuous and starts with zero. To get the number of columns or rows in the collection, use the IPivotHeaderEvaluatedSlots.Count property.

See also:

IPivotHeaderEvaluatedSlots