Removes a System.Windows.Forms.DataGridTableStyle at the specified index.
- index
- The index of the System.Windows.Forms.DataGridTableStyle to remove.
Use the GridTableStylesCollection.Contains(DataGridTableStyle) method to determine if a specific System.Windows.Forms.DataGridTableStyle exists before using the GridTableStylesCollection.Remove(DataGridTableStyle) method.