ColumnSet.AddColumn(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 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)