SmartTagAction.CheckboxState Property
Returns or sets a Boolean value that indicates whether a check box in a smart document is selected.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property CheckboxState As Boolean
Get
Set
'Usage
Dim instance As SmartTagAction
Dim value As Boolean
value = instance.CheckboxState
instance.CheckboxState = value
bool CheckboxState { get; set; }
Property Value
Type: System.Boolean
Remarks
Setting the CheckboxState property to True selects the check box. Setting this property to False clears the check box.