Click or drag to resize

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)
Syntax
public void SetFormSection(
	int pSection,
	bool pForm
)

Parameters

pSection
Type: SystemInt32
Zero based section index
pForm
Type: SystemBoolean
Form input true or false
Remarks
See Also