Aspose::Cells::IScenarioInputCell Class Referenceabstract

Represents input cell for the scenario. More...

Inherits Object.

Public Member Functions

virtual Aspose::Cells::Systems::Int32 GetRow ()=0
 Gets the row index of the input cell. More...
 
virtual Aspose::Cells::Systems::Int32 GetColumn ()=0
 Gets the column index of the input cell. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetName ()=0
 Gets the input cell address. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetValue ()=0
 Gets value of the input cell. More...
 
virtual void SetValue (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 Sets value of the input cell. More...
 
virtual bool IsDeleted ()=0
 Indicates whether input cell is deleted. More...
 
virtual void SetDeleted (bool value)=0
 Indicates whether input cell is deleted. More...
 

Detailed Description

Represents input cell for the scenario.

Member Function Documentation

◆ GetColumn()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::IScenarioInputCell::GetColumn ( )
pure virtual

Gets the column index of the input cell.

◆ GetName()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::IScenarioInputCell::GetName ( )
pure virtual

Gets the input cell address.

◆ GetRow()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::IScenarioInputCell::GetRow ( )
pure virtual

Gets the row index of the input cell.

◆ GetValue()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::IScenarioInputCell::GetValue ( )
pure virtual

Gets value of the input cell.

◆ IsDeleted()

virtual bool Aspose::Cells::IScenarioInputCell::IsDeleted ( )
pure virtual

Indicates whether input cell is deleted.

◆ SetDeleted()

virtual void Aspose::Cells::IScenarioInputCell::SetDeleted ( bool  value)
pure virtual

Indicates whether input cell is deleted.

◆ SetValue()

virtual void Aspose::Cells::IScenarioInputCell::SetValue ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Sets value of the input cell.