Count

Property of ILabels

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Labels.Count;

==== Visual Basic Script ====

nVal = Labels.Count

==== C++ ====

long nVal;
HRESULT hr = Labels.get_Count(&nVal);

===== See Also ===== ILabels