Interface ICellCollection
public interface ICellCollection
Gets an individual cell by its reference string.
-
Method Summary
get(int rowOffset,
int columnOffset)
Gets the
IRange object with the specified row and column offset.
Gets the
IRange object with the specified reference.
-
Method Details
-
get
Gets the
IRange object with the specified reference.
- Parameters:
reference - The reference.
-
get
IRange get(int rowOffset,
int columnOffset)
Gets the
IRange object with the specified row and column offset.
- Parameters:
rowOffset - The row offset.
columnOffset - The column offset.