aspose.cells
Class ScenarioInputCell

Represents input cell for the scenario.

Property Getters/Setters Summary
functiongetColumn()
           Gets and sets the column index of the input cell.
functionisDeleted()
functionsetDeleted(value)
           Indiciates whether input cell is deleted.
functiongetName()
           Gets and sets the input cell address.
functiongetRow()
           Gets and sets the row index of the input cell.
functiongetValue()
functionsetValue(value)
           Gets and sets value of the input cell.
 

Property Getters/Setters Detail

getRow : Number 

function getRow()
Gets and sets the row index of the input cell.

getColumn : Number 

function getColumn()
Gets and sets the column index of the input cell.

getName : String 

function getName()
Gets and sets the input cell address.

getValue/setValue : String 

function getValue() / function setValue(value)
Gets and sets value of the input cell.

isDeleted/setDeleted : boolean 

function isDeleted() / function setDeleted(value)
Indiciates whether input cell is deleted.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.