System.Windows.Forms.GridTableStylesCollection: Method Members

The methods of System.Windows.Forms.GridTableStylesCollection are listed below. For a list of all members, see the GridTableStylesCollection Members list.

See Also: Inherited members from System.Windows.Forms.BaseCollection

Public Methods

Add(DataGridTableStyle) : int

Adds a System.Windows.Forms.DataGridTableStyle to this collection.

AddRange(DataGridTableStyle[])

Adds an array of table styles to the collection.

Clear()

Clears the collection.

Contains(string) : bool

Gets a value indicating whether the System.Windows.Forms.GridTableStylesCollection contains the System.Windows.Forms.DataGridTableStyle specified by name.

Contains(DataGridTableStyle) : bool

Gets a value indicating whether the System.Windows.Forms.GridTableStylesCollection contains the specified System.Windows.Forms.DataGridTableStyle.

Remove(DataGridTableStyle)

Removes the specified System.Windows.Forms.DataGridTableStyle.

RemoveAt(int)

Removes a System.Windows.Forms.DataGridTableStyle at the specified index.

Protected Methods