BCGControlBar Library for .NET
GetNextVisibleColumnIndex Method




Syntax
'Declaration
 
Public Function GetNextVisibleColumnIndex( _
   ByVal idx As Integer, _
   ByVal forward As Boolean _
) As Integer
'Usage
 
Dim instance As GridControl
Dim idx As Integer
Dim forward As Boolean
Dim value As Integer
 
value = instance.GetNextVisibleColumnIndex(idx, forward)
public int GetNextVisibleColumnIndex( 
   int idx,
   bool forward
)
public: int GetNextVisibleColumnIndex( 
   int idx,
   bool forward
) 
public:
int GetNextVisibleColumnIndex( 
   int idx,
   bool forward
) 

Parameters

idx
forward
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

GridControl Class
GridControl Members

Send Feedback