SpreadsheetGear 2017
CheckBoxFalse Field (ControlFormatValues)






SpreadsheetGear.Shapes Namespace > ControlFormatValues Class : CheckBoxFalse Field
Specifies that a checkbox has is unchecked; setting a checkbox to this value will place FALSE in any linked cell.
Syntax
'Declaration
 
Public Const CheckBoxFalse As System.Integer
'Usage
 
Dim value As System.Integer
 
value = ControlFormatValues.CheckBoxFalse
public const System.int CheckBoxFalse
public field CheckBoxFalse: System.Integer; Const 
public constvar CheckBoxFalse : System.int;
public: const System.int CheckBoxFalse
public:
const System.int CheckBoxFalse
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

ControlFormatValues Class
ControlFormatValues Members