Description
The ObjPropertyIterator.Skip
method lets you skip the number of items specified by the Count parameter when iterating through the collection of ObjProperty
objects to which the given iterator provides access.
Declaration
ObjPropertyIteratorObj.Skip(Count)
ObjPropertyIteratorObj | An expression, variable or parameter that specifies a reference to an ObjPropertyIterator object | |||
Count | [in] | Required | Integer | |
Result | None |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Count
The number of objects to skip.
Result Value
None.