All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.ScenarioInputCell.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





ScenarioInputCell




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)
           Indicates 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)
           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.

setValue

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)
Indicates whether input cell is deleted.

setDeleted

public void setDeleted(boolean value)
Indicates whether input cell is deleted.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy