GrapeCity.Win.MultiRow Namespace : ColumnHeaderSectionCollection Class |
The following tables list the members exposed by ColumnHeaderSectionCollection.
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. | |
Item | Overloaded. Gets the ColumnHeaderSection at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the specified ColumnHeaderSection to the collection. | |
AddRange | Adds the specified ColumnHeaderSection objects to the collection. | |
Clear | Removes all items from the ColumnHeaderSectionCollection. | |
Contains | Determines whether the specified ColumnHeaderSection is in the collection. | |
CopyTo | Copies the items from the collection into the specified ColumnHeaderSection array, starting at the specified index. | |
IndexOf | Determines the index of a specific item in the ColumnHeaderSectionCollection. | |
Insert | Inserts the specified ColumnHeaderSection into the collection. | |
Remove | Removes the element from the collection. | |
RemoveAt | Removes the ColumnHeaderSectionCollection item at the specified index. |