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 column 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
Specifies a string containing the logical name of the column.