brItemCount method

For clsD3Connection object - returns the number of items in the master dictionary of the current account. For clsD3File object - returns the number of items in the D3 file associated with the clsD3File object.

Syntax

lValue = object.brItemCount([ vbExact], [ vbDPntr])

Parameters

Parameter Description
lValue The return value is a Long data type.
object An object variable that represents an object in the Applies To list.
vbExact Optional. A Variant (Boolean subtype) where True indicates an exact count and False indicates a fast estimate; defaults to False.
vbDPntr Optional. Not implemented.

Remarks

clsD3File object - Use this method to set the upper limit of a progress bar.