[]
Provides access to the IRange object of cells in the worksheet.
public interface IRangeProvider
Public Interface IRangeProvider
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. |