Class CellReference

java.lang.Object
com.independentsoft.office.spreadsheet.CellReference

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

    • CellReference

      public CellReference()
      Instantiates a new cell reference.
    • CellReference

      public CellReference(String reference)
      Instantiates a new cell reference.
      Parameters:
      reference - the reference
  • Method Details