[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPanes.Count

Count Property

Count

Gets the number of pane objects in the collection.

Use this property to determine how many worksheet panes are currently available from Panes.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
worksheet.SplitPanes(2, 2);
IPanes panes = worksheet.Panes;
int count = panes.Count;