'Declaration<SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("DataGridView_RowsDefaultCellStyleDescr")> Public Property RowsDefaultCellStyle As System.Windows.Forms.DataGridViewCellStyle
'UsageDim instance As NDataGridView Dim value As System.Windows.Forms.DataGridViewCellStyle instance.RowsDefaultCellStyle = value value = instance.RowsDefaultCellStyle
[SRCategory("CatAppearance")] [SRDescription("DataGridView_RowsDefaultCellStyleDescr")] public System.Windows.Forms.DataGridViewCellStyle RowsDefaultCellStyle {get; set;}