'Declaration
<SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("DataGridView_RowHeadersDefaultCellStyleDescr")> <System.ComponentModel.AmbientValueAttribute("")> Public Property RowHeadersDefaultCellStyle As System.Windows.Forms.DataGridViewCellStyle
'Usage
Dim instance As NDataGridView Dim value As System.Windows.Forms.DataGridViewCellStyle instance.RowHeadersDefaultCellStyle = value value = instance.RowHeadersDefaultCellStyle
[SRCategory("CatAppearance")] [SRDescription("DataGridView_RowHeadersDefaultCellStyleDescr")] [System.ComponentModel.AmbientValue("")] public System.Windows.Forms.DataGridViewCellStyle RowHeadersDefaultCellStyle {get; set;}