aspose.cells
Class ScenarioInputCellCollection

Represents the list of the scenario's input cells.

Property Getters/Setters Summary
functiongetCount()
          
functionget(index)
           Gets ScenarioInputCell by index in the list.
 
Method Summary
functionadd(row, column, value)
           Adds an input cell.
functionadd(value)→ inherited from CollectionBase
          Reserved for internal use.
functionclear()→ inherited from CollectionBase
          
functioncontains(value)→ inherited from CollectionBase
          Reserved for internal use.
functionget(index)→ inherited from CollectionBase
          Reserved for internal use.
functionindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
functioniterator()→ inherited from CollectionBase
          
functionremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : Number 

function getCount()

get : ScenarioInputCell 

function get(index)
Gets ScenarioInputCell by index in the list.
Parameters:
index - The specific index in the list
Returns:
The ScenarioInputCell object

Method Detail

add

function add(row, column, value)
Adds an input cell.
Parameters:
row: Number - The row index of input cell.
column: Number - The column index of input cell.
value: String - The value of input cell.
Returns:

clear

function clear()

removeAt

function removeAt(index)

iterator

function iterator()

get

function get(index)
Reserved for internal use.

contains

function contains(value)
Reserved for internal use.

add

function add(value)
Reserved for internal use.

indexOf

function indexOf(value)
Reserved for internal use.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.