Specifies the current number of subform instances on a
form.
SyntaxReference_Syntax.count = "integer"
Values
Type
|
Values
|
Integer
|
An
integer greater than or equal to 0 indicating the number of subform
instances on the form.
|
JavaScriptSubform1.instanceManager.count;
FormCalcSubform1.instanceManager.count
|
|
|