GrapeCity MultiRow Windows Forms Documentation
FilterCellIndex Property


Gets or sets the cell index of the corresponding cells. The filter and sort items will operate on the cells that have the specified index.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.All)>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the cell index of the corresponding cells. The filter and sort items will operate in cells with the specified index.")>
Public Property FilterCellIndex As Integer
Dim instance As ColumnHeaderCell
Dim value As Integer
 
instance.FilterCellIndex = value
 
value = instance.FilterCellIndex
[RefreshProperties(RefreshProperties.All)]
[SRCategory("Behavior")]
[SRDescription("Indicates the cell index of the corresponding cells. The filter and sort items will operate in cells with the specified index.")]
public int FilterCellIndex {get; set;}

Property Value

An System.Int32 indicating the index of the corresponding cells. It will be -1 after you set a valid FilterCellName
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than -1.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnHeaderCell Class
ColumnHeaderCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.