FlexGrid for WinForms
Checkbox Property



Gets or sets the state of the checkbox in the range.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Checkbox As CheckEnum
'Usage
 
Dim instance As CellRange
Dim value As CheckEnum
 
instance.Checkbox = value
 
value = instance.Checkbox
[DefaultValue()]
public CheckEnum Checkbox {get; set;}
[DefaultValue()]
public:
property CheckEnum Checkbox {
   CheckEnum get();
   void set (    CheckEnum value);
}
Remarks
When getting, this property returns the checkbox value that corresponds to cell (r1, c1). When setting, it applies the new value to all cells in the range.
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

CellRange Structure
CellRange Members

 

 


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

Send Feedback