DocumentGetSymbolCharCheckboxText Method |  |
Gives a Run object with check box symbol.
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxinternal Run GetSymbolCharCheckboxText(
string pValue
)
Friend Function GetSymbolCharCheckboxText (
pValue As String
) As Run
Parameters
- pValue
- Type: SystemString
#CheckboxOn# or #CheckboxOff#
Return Value
Type:
RunRun object with check box symbol checked or unchecked
See Also