'Usage Dim instance As FilterColumnDefinitionCollection Dim index As Integer instance.RemoveAt(index)
Parameters
- index
- Zero-based index of the filter column definition to remove from the collection
'Usage Dim instance As FilterColumnDefinitionCollection Dim index As Integer instance.RemoveAt(index)
Exception | Description |
---|---|
System.IndexOutOfRangeException | Filter column definition index out of range; must be between 0 and the total number of filter column definitions in the collection |