[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPanes

Interface IPanes

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

Worksheet panes.

public interface IPanes

Properties

Count

Returns a int value that represents the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Get the instance of pane by index.

IPane this[int Index] { get; }

Parameters

Index int

Property Value

IPane