Count

Property of IPanes

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Panes.Count;

Visual Basic Script

nVal = Panes.Count

C++

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

See Also

IPanes