asposecells.api
Class ScenarioInputCell

Represents input cell for the scenario.

Property Getters/Setters Summary
methodgetColumn()
           Gets and sets the column index of the input cell.
methodisDeleted()
methodsetDeleted(value)
           Indiciates whether input cell is deleted.
methodgetName()
           Gets and sets the input cell address.
methodgetRow()
           Gets and sets the row index of the input cell.
methodgetValue()
methodsetValue(value)
           Gets and sets value of the input cell.
 

Property Getters/Setters Detail

getRow : int 

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

getColumn : int 

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

getName : String 

String getName()
Gets and sets the input cell address.

getValue/setValue : String 

String getValue() / setValue(value)
Gets and sets value of the input cell.

isDeleted/setDeleted : boolean 

boolean isDeleted() / setDeleted(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.