CheckBox.Value Property
Returns or sets a value that indicates if the check box is selected.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Value As Boolean
Get
Set
'Usage
Dim instance As CheckBox
Dim value As Boolean
value = instance.Value
instance.Value = value
bool Value { get; set; }
Property Value
Type: System.Boolean