jp.co.justsystem.choco.model
インタフェース CellData


public interface CellData

セルデータ


メソッドの概要
 Value getValue()
          値を取得します。
 boolean hasFormula()
          数式があるかどうか調べます。
 

メソッドの詳細

getValue

public Value getValue()
値を取得します。
戻り値:
セルが持つ値

hasFormula

public boolean hasFormula()
数式があるかどうか調べます。
戻り値:
数式がある場合 true を返します。