Spread ASP.NET 6.0 Product Documentation
Item Property
See Also  Example Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FilterColumnDefinitionCollection Class : Item Property


index
Zero-based index of the filter column definition in the collection

Glossary Item Box

Gets or sets the filter column definition at the specified position in the collection.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As FilterColumnDefinition
Visual Basic (Usage)Copy Code
Dim instance As FilterColumnDefinitionCollection
Dim index As Integer
Dim value As FilterColumnDefinition
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public FilterColumnDefinition this[ 
   int index
]; {get; set;}

Parameters

index
Zero-based index of the filter column definition in the collection

Property Value

FilterColumnDefinition object containing a filter column definition

Exceptions

ExceptionDescription
System.Exception Specified index is not valid; must be between 0 and total number in the collection
System.ArgumentNullException Index not specified or specified index is null

Example

This example sets a row filter.
C#Copy Code
Visual BasicCopy Code

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.