asposecells.api
Class ScenarioInputCellCollection

Represents the list of the scenario's input cells.

Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets ScenarioInputCell by index in the list.
 
Method Summary
methodadd(row, column, value)
           Adds an input cell.
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : int 

int getCount()

get : ScenarioInputCell 

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

Method Detail

add

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

clear

 clear()

removeAt

 removeAt(index)

iterator

Iterator iterator()

get

Object get(index)
Reserved for internal use.

contains

boolean contains(value)
Reserved for internal use.

add

int add(value)
Reserved for internal use.

indexOf

int 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.