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.
|
JavaScript
StaticText1.colSpan = "1";
FormCalc
StaticText1.colSpan = "1"
|
|
|