FlexGrid for WinForms
SetCellCheck Method



Row index.
Column index.
CheckEnum value to assign to the cell.
Sets the state of the checkbox in a grid cell.
Syntax
'Declaration
 
Public Overridable Sub SetCellCheck( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal check As CheckEnum _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim col As Integer
Dim check As CheckEnum
 
instance.SetCellCheck(row, col, check)
public virtual void SetCellCheck( 
   int row,
   int col,
   CheckEnum check
)
public:
virtual void SetCellCheck( 
   int row,
   int col,
   CheckEnum check
) 

Parameters

row
Row index.
col
Column index.
check
CheckEnum value to assign to the cell.
Remarks
For details and examples, see the GetCellCheck method.
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

 

 


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

Send Feedback