CubeField.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the object.
public:
void Delete();
public void Delete ();
Public Sub Delete ()
Remarks
You can delete cube fields only if you have created the cube fields yourself by using the Add(String, String, Object, Object) method of the CalculatedMembers object with the xlCalculatedSet
argument.