asposecells.api

Class ScenarioInputCell

Represents input cell for the scenario.

Property Getters/Setters Summary
methodgetColumn()
Gets and sets the column index of the input cell.
methodisDeleted()
method
setDeleted(value)
           Indicates whether input cell is deleted.
methodgetName()
Gets and sets the input cell address.
methodgetRow()
Gets and sets the row index of the input cell.
methodgetValue()
method
setValue(value)
           Gets and sets value of the input cell.
 

    • Property Getters/Setters Detail

      • getRow : int 

        int getRow()
        
        Gets and sets the row index of the input cell.
      • getColumn : int 

        int getColumn()
        
        Gets and sets the column index of the input cell.
      • getName : String 

        String getName()
        
        Gets and sets the input cell address.
      • getValue/setValue : String 

        String getValue() / setValue(value)
        
        Gets and sets value of the input cell.
      • isDeleted/setDeleted : boolean 

        boolean isDeleted() / setDeleted(value)
        
        Indicates whether input cell is deleted.