Removes the System.Windows.Forms.DataGridColumnStyle with the specified index from the System.Windows.Forms.GridColumnStylesCollection.
- index
- The zero-based index of the System.Windows.Forms.DataGridColumnStyle to remove.
Use the GridColumnStylesCollection.Contains(System.ComponentModel.PropertyDescriptor) method to determine whether the System.Windows.Forms.DataGridColumnStyle exists in the collection.
Use the GridColumnStylesCollection.IndexOf(DataGridColumnStyle) method to determine the index of any element in the collection.