com.aspose.cells
Class ScenarioInputCell

java.lang.Object
    extended by 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()
voidsetDeleted(boolean value)
           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()
voidsetValue(java.lang.String value)
           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.

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