[]
        
(Showing Draft Content)

ICellCollection

Interface ICellCollection


public interface ICellCollection
Gets an individual cell by its reference string.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int rowOffset, int columnOffset)
    Gets the IRange object with the specified row and column offset.
    get(String reference)
    Gets the IRange object with the specified reference.
  • Method Details

    • get

      IRange get(String reference)
      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.