[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPane

Interface IPane

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Worksheet pane.

public interface IPane

Properties

Index

Returns a int value that represents the index number of the object within the collection of similar objects.

int Index { get; }

Property Value

int

ScrollColumn

Returns or sets the number of the leftmost column in the pane or worksheet. Read/write int.

int ScrollColumn { get; set; }

Property Value

int

ScrollRow

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; }

Property Value

int

Methods

Activate()

Activates the pane.

bool Activate()

Returns

bool

Remarks

You cannot activate a frozen pane.