[]
Worksheet panes.
public interface IPanes
Returns a int value that represents the number of objects in the collection.
int Count { get; }
Get the instance of pane by index.
IPane this[int Index] { get; }
Index