DeleteRegion Method

Contained in the Chart object Deletes the region at the specified index location from the region list.

Syntax

chart.DeleteRegion long

The DeleteRegion method syntax has these parts:

Part  Description

chart  An object expression that evaluates to a Chart object.

long  A numeric expression specifying index of the region to delete. See Data Indexing.

 

Return Value

Returns a Boolean value; true if successful, false if not.