'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("DataGridView_ColumnWidthDescr")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property Width As System.Integer
'Usage
Dim instance As NDataGridViewProgressBarColumn Dim value As System.Integer instance.Width = value value = instance.Width
[SRCategory("CatLayout")] [System.ComponentModel.Localizable(true)] [SRDescription("DataGridView_ColumnWidthDescr")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] public System.int Width {get; set;}