SkipCount Property
Description
Returns the number of skipped numbers in a LOOP_START object.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property SkipCount As Long |
Return Type
Read-only Long value.
Remarks
This property only affects objects of type LOOP_START. For other objects it always returns zero.
See Also