'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("DataGridView_ColumnHeadersHeightDescr")> Public Property ColumnHeadersHeight As System.Integer
'Usage
Dim instance As NDataGridView Dim value As System.Integer instance.ColumnHeadersHeight = value value = instance.ColumnHeadersHeight
[SRCategory("CatAppearance")] [System.ComponentModel.Localizable(true)] [SRDescription("DataGridView_ColumnHeadersHeightDescr")] public System.int ColumnHeadersHeight {get; set;}