Column Property
Gets or sets the specified column definition.
Syntax
Property Column(colName) As VSColumnDef |
Parameters
colName
Type: String
The name of the column
Examples
IronPython
#Get a column definition #Set a column definition |
C#
//Get a column definition //Set a column definition |