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