| Package | stimulsoft.report.export.tools | 
| Class | public dynamic class StiMatrixSortedList | 
| Inheritance | StiMatrixSortedList    Object | 
| Property | Defined By | ||
|---|---|---|---|
| count : int [read-only]   | StiMatrixSortedList | ||
| Method | Defined By | ||
|---|---|---|---|
add(value:*):void  | StiMatrixSortedList | ||
getByIndex(index:int):*  | StiMatrixSortedList | ||
getValueList():Array  | StiMatrixSortedList | ||
removeAt(index:int):void  | StiMatrixSortedList | ||
setByIndex(index:int, value:*):void  | StiMatrixSortedList | ||
| count | property | 
count:int  [read-only]     public function get count():int| add | () | method | 
 public function add(value:*):voidParameters
value:* | 
| getByIndex | () | method | 
 public function getByIndex(index:int):*Parameters
index:int | 
* | 
| getValueList | () | method | 
 public function getValueList():ArrayReturnsArray | 
| removeAt | () | method | 
 public function removeAt(index:int):voidParameters
index:int | 
| setByIndex | () | method | 
 public function setByIndex(index:int, value:*):voidParameters
index:int | |
value:* |