FlexGrid for WinForms
IsCellCursor Method (C1FlexGrid)



Row index.
Column index.
Gets a value that determines if a cell contains the grid cursor.
Syntax
'Declaration
 
Public Overrides Function IsCellCursor( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Boolean
'Usage
 
Dim instance As C1FlexGrid
Dim row As Integer
Dim col As Integer
Dim value As Boolean
 
value = instance.IsCellCursor(row, col)
public override bool IsCellCursor( 
   int row,
   int col
)
public:
bool IsCellCursor( 
   int row,
   int col
) override 

Parameters

row
Row index.
col
Column index.

Return Value

True if the cell contains the cursor, false otherwise.
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

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback