'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the number of command colums in the command group.")> Public Property Columns As System.Integer
'Usage
Dim instance As NCommandGroup Dim value As System.Integer instance.Columns = value value = instance.Columns
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the number of command colums in the command group.")] public System.int Columns {get; set;}