| Property | Defined By | ||
|---|---|---|---|
| cellPosition : CellPoint [read-only]
数字索引坐标
| Cell | ||
| coordinate : String [read-only]
坐标 (如:A1, B3)
| Cell | ||
| data : XML [read-only] | Cell | ||
| value : Object | Cell | ||
| Method | Defined By | ||
|---|---|---|---|
Cell(data:XML, excelData:ExcelData)
构造函数
| Cell | ||
newInstance(p:String, excelData:ExcelData):Cell [static] | Cell | ||
| cellPosition | property |
cellPosition:CellPoint [read-only] 数字索引坐标
public function get cellPosition():CellPoint| coordinate | property |
coordinate:String [read-only] 坐标 (如:A1, B3)
public function get coordinate():String| data | property |
data:XML [read-only] public function get data():XML| value | property |
value:Object public function get value():Object public function set value(value:Object):void| Cell | () | Constructor |
public function Cell(data:XML, excelData:ExcelData)构造函数
Parametersdata:XML — 单元格位置(如:A1,B2)
| |
excelData:ExcelData — 单元格的值
|
| newInstance | () | method |
public static function newInstance(p:String, excelData:ExcelData):CellParameters
p:String | |
excelData:ExcelData |
Cell |