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