[]
Worksheet pane.
public interface IPane
Returns a int value that represents the index number of the object within the collection of similar objects.
int Index { get; }
Returns or sets the number of the leftmost column in the pane or worksheet. Read/write int.
int ScrollColumn { get; set; }
Returns or sets the number of the row that appears at the top of the pane or worksheet. Read/write int.
int ScrollRow { get; set; }
Activates the pane.
bool Activate()
You cannot activate a frozen pane.