Count

Property of IStyles

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Styles.Count;

Visual Basic Script

nVal = Styles.Count

C++

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

See Also

IStyles