'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the width of the column.")> Public Property Width As System.Integer
'Usage
Dim instance As NTreeListColumn Dim value As System.Integer instance.Width = value value = instance.Width
[System.ComponentModel.Description("Gets/sets the width of the column.")] public System.int Width {get; set;}