Package | stimulsoft.report.export.tools |
Class | public dynamic class StiMatrixSortedList |
Inheritance | StiMatrixSortedList ![]() |
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:*):void
Parameters
value:* |
getByIndex | () | method |
public function getByIndex(index:int):*
Parameters
index:int |
* |
getValueList | () | method |
public function getValueList():Array
ReturnsArray |
removeAt | () | method |
public function removeAt(index:int):void
Parameters
index:int |
setByIndex | () | method |
public function setByIndex(index:int, value:*):void
Parameters
index:int | |
value:* |