[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellCollection

Interface ICellCollection

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

Gets an individual cell by its reference string.

public interface ICellCollection

Properties

this[int, int]

Gets the IRange object with the specified row and column offset.

IRange this[int rowOffset, int columnOffset] { get; }

Parameters

rowOffset int

The row offset.

columnOffset int

The column offset.

Property Value

IRange

IRange.

this[string]

Gets the IRange object with the specified reference.

IRange this[string reference] { get; }

Parameters

reference string

The reference.

Property Value

IRange

IRange.