TableLayoutRowStyleCollection Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Add(RowStyle^) | Adds a new RowStyle to the TableLayoutRowStyleCollection. |
![]() | Add(TableLayoutStyle^) | Adds a new TableLayoutStyle to the end of the current collection.(Inherited from TableLayoutStyleCollection.) |
![]() | Clear() | Disassociates the collection from its associated TableLayoutPanel and empties the collection.(Inherited from TableLayoutStyleCollection.) |
![]() | Contains(RowStyle^) | Determines whether the TableLayoutRowStyleCollection contains a specific style. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(RowStyle^) | Determines the index of a specific item in the TableLayoutRowStyleCollection. |
![]() | Insert(Int32, RowStyle^) | Inserts a RowStyle into the TableLayoutRowStyleCollection at the specified position. |
![]() | MemberwiseClone() | |
![]() | Remove(RowStyle^) | Removes the first occurrence of a specific object from the TableLayoutRowStyleCollection. |
![]() | RemoveAt(Int32) | Removes the style at the specified index of the collection.(Inherited from TableLayoutStyleCollection.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | For a description of this method, see the ICollection::CopyTo method.(Inherited from TableLayoutStyleCollection.) |
![]() ![]() | IEnumerable::GetEnumerator() | For a description of this method, see the IEnumerable::GetEnumerator method.(Inherited from TableLayoutStyleCollection.) |
![]() ![]() | IList::Add(Object^) | For a description of this method, see the IList::Add method.(Inherited from TableLayoutStyleCollection.) |
![]() ![]() | IList::Contains(Object^) | For a description of this method, see the IList::Contains method.(Inherited from TableLayoutStyleCollection.) |
![]() ![]() | IList::IndexOf(Object^) | For a description of this method, see the IList::IndexOf method.(Inherited from TableLayoutStyleCollection.) |
![]() ![]() | IList::Insert(Int32, Object^) | For a description of this method, see the IList::Insert method.(Inherited from TableLayoutStyleCollection.) |
![]() ![]() | IList::Remove(Object^) | For a description of this method, see the IList::Remove method.(Inherited from TableLayoutStyleCollection.) |



