Packagestimulsoft.report.export.tools
Classpublic dynamic class StiMatrixSortedList
InheritanceStiMatrixSortedList Inheritance Object



Public Properties
 PropertyDefined By
  count : int
[read-only]
StiMatrixSortedList
Public Methods
 MethodDefined By
  
add(value:*):void
StiMatrixSortedList
  
getByIndex(index:int):*
StiMatrixSortedList
  
getValueList():Array
StiMatrixSortedList
  
removeAt(index:int):void
StiMatrixSortedList
  
setByIndex(index:int, value:*):void
StiMatrixSortedList
Property Detail
countproperty
count:int  [read-only]


Implementation
    public function get count():int
Method Detail
add()method
public function add(value:*):void

Parameters

value:*

getByIndex()method 
public function getByIndex(index:int):*

Parameters

index:int

Returns
*
getValueList()method 
public function getValueList():Array

Returns
Array
removeAt()method 
public function removeAt(index:int):void

Parameters

index:int

setByIndex()method 
public function setByIndex(index:int, value:*):void

Parameters

index:int
 
value:*