CubeField.Delete Method
Excel Developer Reference |
Deletes the object.
Syntax
expression.Delete
expression A variable that represents a CubeField object.
Remarks
You can delete cube fields only if you have created the cube fields yourself by using the Add method with the xlCalculatedSet argument.
See Also