ColumnSet.AddColumn(String) Method

Definition

Adds the specified attribute to the column set.

public:
 void AddColumn(System::String ^ column);
public void AddColumn (string column);
member this.AddColumn : string -> unit
Public Sub AddColumn (column As String)

Parameters

column
String

Type: String. Specifies a String containing the name of the attribute.

Applies to