Spread for ASP.NET 12 Product Documentation
Item Property (FilterColumnDefinitionCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FilterColumnDefinitionCollection Class : Item Property
Zero-based index of the filter column definition in the collection
Gets or sets the filter column definition at the specified position in the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As FilterColumnDefinition
'Usage
 
Dim instance As FilterColumnDefinitionCollection
Dim index As Integer
Dim value As FilterColumnDefinition
 
instance.Item(index) = value
 
value = instance.Item(index)
public FilterColumnDefinition this[ 
   int index
]; {get; set;}

Parameters

index
Zero-based index of the filter column definition in the collection
Exceptions
ExceptionDescription
Specified index is not valid; must be between 0 and total number in the collection
Index not specified or specified index is null
See Also

Reference

FilterColumnDefinitionCollection Class
FilterColumnDefinitionCollection Members