com.aspose.cells.ScenarioInputCell.html Maven / Gradle / Ivy
ScenarioInputCell
com.aspose.cells
Class ScenarioInputCell
java.lang.Object
com.aspose.cells.ScenarioInputCell
public class ScenarioInputCell
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
int | getColumn() | |
Gets and sets the column index of the input cell. | ||
boolean | isDeleted() | |
void | setDeleted(boolean) | |
Indicates 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) | |
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) |
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.