System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Windows.Forms.BaseCollection System.Collections.IList System.ComponentModel.ListBindable(false) The contains objects that allows the control to display a customized grid style for each in a . On the control, the property returns the . By default, the does not contain any objects. Instead, the displays each table using default settings for color, width, and formatting. All columns of each table are displayed. When a is added to the collection, the uses the to determine which object supplies the data for the grid. For example, if the data source is a that contains three objects, the must match the of one of the objects. If the does not match any of the values, the default settings will be used to display data for each table, and the settings will be ignored. Always create objects and add them to the before adding objects to the . When you add an empty with a valid value to the collection, objects are automatically generated for you. Consequently, an exception will be thrown if you try to add new objects with duplicate values to the . Alternatively, clear the using the method. Represents a collection of objects in the control. Method System.Int32 To be added. Adds a to this collection. The index of the newly added object. The to add to the collection. 1.0.5000.0 2.0.0.0 Method System.Void To be added. Adds an array of table styles to the collection. An array of objects. 1.0.5000.0 2.0.0.0 Method System.Void To be added. Clears the collection. 1.0.5000.0 2.0.0.0 Event System.ComponentModel.CollectionChangeEventHandler For more information about handling events, see [<topic://cpconEventsOverview>]. Occurs when the collection has changed. 1.0.5000.0 2.0.0.0 Method System.Boolean To be added. Gets a value indicating whether the contains the specified by name. true if the specified table style exists in the collection; otherwise, false. The of the to look for. 1.0.5000.0 2.0.0.0 Method System.Boolean To be added. Gets a value indicating whether the contains the specified . true if the specified table style exists in the collection; otherwise, false. The to look for. 1.0.5000.0 2.0.0.0 Property System.Windows.Forms.DataGridTableStyle To be added. To be added. To be added. To be added. 1.0.5000.0 2.0.0.0 Property System.Windows.Forms.DataGridTableStyle To be added. To be added. To be added. To be added. 1.0.5000.0 2.0.0.0 Property System.Collections.ArrayList To be added. To be added. Gets the underlying list. 1.0.5000.0 2.0.0.0 Method System.Void To be added. Raises the event. A containing the event data. 1.0.5000.0 2.0.0.0 Method System.Void Use the method to determine if a specific exists before using the method. Removes the specified . The to remove. 1.0.5000.0 2.0.0.0 Method System.Void Use the method to determine if a specific exists before using the method. Removes a at the specified index. The index of the to remove. 1.0.5000.0 2.0.0.0 Method 1.0.5000.0 2.0.0.0 System.Void To be added. Copies the collection to a compatible one-dimensional , starting at the specified index of the target array. The one-dimensional that is the destination of the elements copied from the collection. The array must have zero-based indexing. The zero-based index in the array at which copying begins. Property 1.0.5000.0 2.0.0.0 System.Int32 To be added. To be added. Gets the number of items in the collection. Property 1.0.5000.0 2.0.0.0 System.Boolean To be added. To be added. Gets a value indicating whether access to the is synchronized (thread safe). Property 1.0.5000.0 2.0.0.0 System.Object To be added. To be added. Gets an object that can be used to synchronize access to the collection. Method 1.0.5000.0 2.0.0.0 System.Collections.IEnumerator To be added. Returns an enumerator for the collection. An for the collection. Method 1.0.5000.0 2.0.0.0 System.Int32 To be added. Adds a to this collection. The index of the newly added object. The to add to the collection. Method 1.0.5000.0 2.0.0.0 System.Void To be added. Clears the collection. Method 1.0.5000.0 2.0.0.0 System.Boolean To be added. Determines whether an element is in the collection. true if value is found in the collection; otherwise, false. The object to locate in the collection. The value can be null. Method 1.0.5000.0 2.0.0.0 System.Int32 To be added. Returns the zero-based index of the first occurrence of the specified object in the collection. The zero-based index of the first occurrence of value within the entire collection, if found; otherwise, -1. The object to locate in the collection. The value can be null. Method 1.0.5000.0 2.0.0.0 System.Void You cannot insert an item into the middle of the collection. Use the method to add a to the collection. Implements the method. Always throws . The zero-based index at which value should be inserted. The object to insert into the collection. Property 1.0.5000.0 2.0.0.0 System.Boolean To be added. To be added. Gets a value indicating whether the collection has a fixed size. Property 1.0.5000.0 2.0.0.0 System.Boolean To be added. To be added. To be added. Property 1.0.5000.0 2.0.0.0 System.Object To be added. To be added. To be added. To be added. Method 1.0.5000.0 2.0.0.0 System.Void To be added. Removes the specified . The to remove from the collection. Method 1.0.5000.0 2.0.0.0 System.Void To be added. Removes the with the specified index from the collection. The zero-based index of the to remove.