Name | Description | |
---|---|---|
![]() | Add | Adds a GridReportStyle to the list. |
![]() | AddRange | Adds the elements of a GridReportStyle array to the end of the list. |
![]() | Clear | Removes all RowReportStyle objects from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific GridReportStyle exists in the list. |
![]() | IndexOf | Searches for the specified GridReportStyle and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a GridReportStyle into the list at the specified index. |
![]() | Remove | Removes the GridReportStyle from the list. |
![]() | RemoveAt | Removes the GridReportStyle from the list at the specified index. |