Share via


DataViewBrowseObject.RemoveProperties(String[]) Method

Definition

Removes all the specified properties from the current browse object.

public:
 void RemoveProperties(... cli::array <System::String ^> ^ names);
public void RemoveProperties (params string[] names);
member this.RemoveProperties : string[] -> unit
Public Sub RemoveProperties (ParamArray names As String())

Parameters

names
String[]

An array of property names for the properties to remove.

Applies to