java.lang.Objectcom.aspose.cells.ScenarioInputCell
public class ScenarioInputCell
Property Getters/Setters Summary | ||
---|---|---|
int | getColumn() | |
Gets and sets the column index of the input cell. | ||
boolean | isDeleted() | |
void | setDeleted(boolean value) | |
Indiciates whether input cell is deleted. | ||
java.lang.String | getName() | |
Gets and sets the input cell address. | ||
int | getRow() | |
Gets and sets the row index of the input cell. | ||
java.lang.String | getValue() | |
void | setValue(java.lang.String value) | |
Gets and sets value of the input cell. |
Property Getters/Setters Detail |
---|
getRow | |
public int getRow() |
getColumn | |
public int getColumn() |
getName | |
public java.lang.String getName() |
getValue/setValue | |
public java.lang.String getValue() / public void setValue(java.lang.String value) |
isDeleted/setDeleted | |
public boolean isDeleted() / public void setDeleted(boolean value) |