Property of IPanes
Returns number of items in collection
Read-Only Property of type long
var nVal = Panes.Count;
nVal = Panes.Count
long nVal; HRESULT hr = Panes.get_Count(&nVal);
IPanes