'Declaration
<System.ComponentModel.DefaultValueAttribute(75)> <SRCategoryAttribute("CatLayout")> <SRDescriptionAttribute("DataGridPreferredColumnWidthDescr")> <System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter)> Public Property PreferredColumnWidth As System.Integer
'Usage
Dim instance As NDataSeriesGrid Dim value As System.Integer instance.PreferredColumnWidth = value value = instance.PreferredColumnWidth
[System.ComponentModel.DefaultValue(75)] [SRCategory("CatLayout")] [SRDescription("DataGridPreferredColumnWidthDescr")] [System.ComponentModel.TypeConverter(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter)] public System.int PreferredColumnWidth {get; set;}