com.aspose.cells

Class ScenarioInputCell

  • java.lang.Object
    • com.aspose.cells.ScenarioInputCell
public class ScenarioInputCell 
extends java.lang.Object

Represents input cell for the scenario.

Property Getters/Setters Summary
intgetColumn()
Gets and sets the column index of the input cell.
booleanisDeleted()
void
setDeleted(booleanvalue)
           Indiciates whether input cell is deleted.
java.lang.StringgetName()
Gets and sets the input cell address.
intgetRow()
Gets and sets the row index of the input cell.
java.lang.StringgetValue()
void
setValue(java.lang.Stringvalue)
           Gets and sets value of the input cell.
 

    • Property Getters/Setters Detail

      • getRow

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

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

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

        public java.lang.String getValue() / public void setValue(java.lang.String value)
        
        Gets and sets value of the input cell.
      • isDeleted/setDeleted

        public boolean isDeleted() / public void setDeleted(boolean value)
        
        Indiciates whether input cell is deleted.

    setValue

    public voidsetValue(java.lang.Stringvalue)
    
    Gets and sets value of the input cell.

    setDeleted

    public voidsetDeleted(booleanvalue)
    
    Indiciates whether input cell is deleted.