System.Windows.Forms
2.0.0.0
System.Windows.Forms.TableLayoutStyleCollection
The class represents the collection of all the styles used to describe the columns in an associated .
A collection that stores objects.
Method
2.0.0.0
System.Int32
The method reapplies the table layout to all the controls in the current container.
The number of styles stored in a collection is limited only by available memory.
Adds an item to the .
The position into which the new element was inserted.
The to add to the .
Method
2.0.0.0
System.Boolean
To be added.
Determines whether the specified is in the collection.
true if the is found in the ; otherwise, false.
The to locate in the . The value can be null.
Method
2.0.0.0
System.Int32
The method begins searching at the first element of the and ends either when it finds a match or it reaches the last element.
Determines the index of a specific item in the .
The index of if found in the ; otherwise, -1.
The to locate in the .
Method
2.0.0.0
System.Void
The method reapplies the table layout to all the controls in the current container.
The number of styles stored in a collection is limited only by available memory.
In collections of contiguous elements, such as the class, the elements that follow the insertion point move down to accommodate the inserted element. The indexes of the elements that are moved are also updated.
Inserts a into the at the specified position.
The zero-based index at which should be inserted.
The to insert into the .
Property
2.0.0.0
System.Windows.Forms.ColumnStyle
To be added.
To be added.
To be added.
To be added.
Method
2.0.0.0
System.Void
The method reapplies the table layout to all the controls in the current container.
In collections of contiguous elements, such as the class, the elements that follow the deletion point move up to occupy the vacated spot. The indexes of the elements that are moved are also updated.
Removes the first occurrence of a specific from the .
The to remove from the . The value can be null.