GrapeCity MultiRow Windows Forms Documentation
CellIndex Property (SortItem)


Gets the cell index of the sorted field.
Syntax
Public Property CellIndex As Integer
Dim instance As SortItem
Dim value As Integer
 
instance.CellIndex = value
 
value = instance.CellIndex
public int CellIndex {get; set;}

Property Value

A System.Int32 that indicates the index of the sorted field.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than 0.
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

SortItem Class
SortItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.