BCGControlBar Library for .NET
ColumnIndex Property (GridCreateCustomCellEventArgs)




Gets index of column where custom cell is located.
Syntax
'Declaration
 
Public ReadOnly Property ColumnIndex As Integer
'Usage
 
Dim instance As GridCreateCustomCellEventArgs
Dim value As Integer
 
value = instance.ColumnIndex
public int ColumnIndex {get;}
public: __property int get_ColumnIndex();
public:
property int ColumnIndex {
   int get();
}
Remarks
It's not a data index, it's current order of column in the Grid's column collection.
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

GridCreateCustomCellEventArgs Class
GridCreateCustomCellEventArgs Members

Send Feedback