ColumnSet.AddColumns(String[]) 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.
Adds the specified columns to the column set.
public:
void AddColumns(... cli::array <System::String ^> ^ columns);
public void AddColumns (params string[] columns);
member this.AddColumns : string[] -> unit
Public Sub AddColumns (ParamArray columns As String())
Parameters
- columns
- String[]
Specifies an array of strings containing the logical names of the columns.