Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterColumnDefinitionCollection Class / Item Property
Zero-based index of the filter column definition in the collection


Item Property (FilterColumnDefinitionCollection)
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)

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