[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRangeProvider

IRangeProvider Interface

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

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IRangeProvider
Public Interface IRangeProvider

Properties

Name Description
this[int, int]

Gets the IRange object with the specified row and column.

this[int, int, int, int]

Gets the IRange object with the specified row and column.

this[string]

Gets the IRange object with the specified reference.