'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.DefaultValueAttribute(35)> <SRDescriptionAttribute("DataGridRowHeaderWidthDescr")> Public Property RowHeaderWidth As System.Integer
'Usage
Dim instance As NDataSeriesGrid Dim value As System.Integer instance.RowHeaderWidth = value value = instance.RowHeaderWidth
[SRCategory("CatLayout")] [System.ComponentModel.DefaultValue(35)] [SRDescription("DataGridRowHeaderWidthDescr")] public System.int RowHeaderWidth {get; set;}