[]
Gets the number of pane objects in the collection.
Use this property to determine how many worksheet panes are currently available from Panes.
int Count { get; }
ReadOnly Property Count As Integer
worksheet.SplitPanes(2, 2);
IPanes panes = worksheet.Panes;
int count = panes.Count;