java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.ExternalRow

public class ExternalRow extends Object
The Class ExternalRow.
  • Constructor Details

    • ExternalRow

      public ExternalRow()
      Instantiates a new external row.
  • Method Details

    • clone

      public ExternalRow clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCells

      public List<ExternalCell> getCells()
      Gets the cells.
      Returns:
      the cells
    • getIndex

      public int getIndex()
      Gets the index.
      Returns:
      the index
    • setIndex

      public void setIndex(int index)
      Sets the index.
      Parameters:
      index - the new index