DocumentSetFormSection Method |  |
Sets section property for form inputs.
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic void SetFormSection(
int pSection,
bool pForm
)
Public Sub SetFormSection (
pSection As Integer,
pForm As Boolean
)
Parameters
- pSection
- Type: SystemInt32
Zero based section index - pForm
- Type: SystemBoolean
Form input true or false
Remarks
See Also