Specifies the number of columns
spanned by this object when used inside a subform with a layout
type of row.
SyntaxReference_Syntax.colSpan = "1 | integer"
Values
Type
|
Values
|
String
|
1 (default)
Any valid integer value.
|
JavaScriptStaticText1.colSpan = "1";
FormCalcStaticText1.colSpan = "1"
|
|
|