FlexGrid for WinForms
StartEditing(Int32,Int32,Char) Method



Row index.
Column index.
Initial character to be sent to the editor.
Puts the grid in edit mode and starts editing a cell.
Syntax
'Declaration
 
Public Overloads Overridable Function StartEditing( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal key As Char _
) As Boolean
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim col As Integer
Dim key As Char
Dim value As Boolean
 
value = instance.StartEditing(row, col, key)
public virtual bool StartEditing( 
   int row,
   int col,
   char key
)
public:
virtual bool StartEditing( 
   int row,
   int col,
   char key
) 

Parameters

row
Row index.
col
Column index.
key
Initial character to be sent to the editor.

Return Value

True if the grid entered edit mode successfully, 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

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


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

Send Feedback