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()
function
setDeleted(value)
           Indicates 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()
function
setValue(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)
        
        Indicates whether input cell is deleted.