scripting:api:document-iterator:done

Done

Property of IDocumentIterator

Indicates that iterator reached end of collection

Read-Only Property of type VARIANT_BOOL

var bVal = DocumentIterator.Done;

==== Visual Basic Script ====

bVal = DocumentIterator.Done

==== C++ ====

VARIANT_BOOL bVal;
HRESULT hr = DocumentIterator.get_Done(&bVal);

===== See Also ===== IDocumentIterator