'Declaration
<System.ComponentModel.CategoryAttribute("Grid")> <System.ComponentModel.DescriptionAttribute("Gets/sets the columns count")> <System.ComponentModel.DefaultValueAttribute(3)> Public Property ColumnCount As System.Integer
'Usage
Dim instance As NRectangularGridTemplate Dim value As System.Integer instance.ColumnCount = value value = instance.ColumnCount
[System.ComponentModel.Category("Grid")] [System.ComponentModel.Description("Gets/sets the columns count")] [System.ComponentModel.DefaultValue(3)] public System.int ColumnCount {get; set;}