colSpan

Specifies the number of columns spanned by this object when used inside a subform with a layout type of row.

Syntax

Reference_Syntax.colSpan = "1 | integer"

Values

Type

Values

String

  • 1 (default)

  • Any valid integer value.

Applies to

Version

XFA 2.1

Examples

JavaScript

StaticText1.colSpan = "1";

FormCalc

StaticText1.colSpan = "1"

// Ethnio survey code removed