public static void Set_ReadOnly(this UpgradeHelpers.BasicViewModels.DataGridViewViewModel _DataGridView, bool ReadOnly)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static DataGridViewCellStyle Get_RowHeadersDefaultCellStyle(this UpgradeHelpers.BasicViewModels.DataGridViewViewModel _DataGridView)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static bool Get_EnableHeadersVisualStyles(this UpgradeHelpers.BasicViewModels.DataGridViewViewModel _DataGridView)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static bool Get_AllowUserToResizeColumns(this UpgradeHelpers.BasicViewModels.DataGridViewViewModel _DataGridView)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_ColumnHeadersHeightSizeMode(this UpgradeHelpers.BasicViewModels.DataGridViewViewModel _DataGridView, DataGridViewColumnHeadersHeightSizeMode ColumnHeadersHeightSizeMode)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_BorderStyle(this UpgradeHelpers.BasicViewModels.DataGridViewViewModel _DataGridView, UpgradeHelpers.Helpers.BorderStyle BorderStyle)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static ScrollBars Get_ScrollBars(this UpgradeHelpers.BasicViewModels.DataGridViewViewModel _DataGridView)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }