Spread for ASP.NET 12 Product Documentation
RemoveAt Method (FilterColumnDefinitionCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FilterColumnDefinitionCollection Class : RemoveAt Method
Zero-based index of the filter column definition to remove from the collection
Removes a filter column definition from the collection at the specified index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As FilterColumnDefinitionCollection
Dim index As Integer
 
instance.RemoveAt(index)
public new void RemoveAt( 
   int index
)

Parameters

index
Zero-based index of the filter column definition to remove from the collection
Exceptions
ExceptionDescription
Filter column definition index out of range; must be between 0 and the total number of filter column definitions in the collection
See Also

Reference

FilterColumnDefinitionCollection Class
FilterColumnDefinitionCollection Members