[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRangeProvider

Interface IRangeProvider

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

Provides access to the IRange object of cells in the worksheet.

public interface IRangeProvider

Properties

this[int, int, int, int]

Gets the IRange object with the specified row and column.

IRange this[int row, int column, int rowCount, int columnCount] { get; }

Parameters

row int

The row.

column int

The column.

rowCount int

The row count.

columnCount int

The column count.

Property Value

IRange

IRange.

this[int, int]

Gets the IRange object with the specified row and column.

IRange this[int row, int column] { get; }

Parameters

row int

The row.

column int

The column.

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.