[]
Gets an individual cell by its reference string.
public interface ICellCollection
Gets the IRange object with the specified row and column offset.
IRange this[int rowOffset, int columnOffset] { get; }
rowOffset
intThe row offset.
columnOffset
intThe column offset.
IRange.
Gets the IRange object with the specified reference.
IRange this[string reference] { get; }
reference
stringThe reference.
IRange.