Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarCellCollection Class / Item Property
Item index


Item Property (FilterBarCellCollection)
Gets a FilterBarCell object of a filter bar item using the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As FilterBarCell
 
'Usage
 
Dim instance As FilterBarCellCollection
Dim index As Integer
Dim value As FilterBarCell
 
value = instance.Item(index)

Parameters

index
Item index

Property Value

A FilterBarCell reference
Exceptions
ExceptionDescription
Specified item index is not valid; must be between zero and the total number of columns
See Also