Inherits Object.
|
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...
|
|
Represents input cell for the scenario.