Packagecom.ms.office.excel
Classpublic class Cell
InheritanceCell Inheritance Object

单元格



Public Properties
 PropertyDefined By
  cellPosition : CellPoint
[read-only] 数字索引坐标
Cell
  coordinate : String
[read-only] 坐标 (如:A1, B3)
Cell
  data : XML
[read-only]
Cell
  value : Object
Cell
Public Methods
 MethodDefined By
  
Cell(data:XML, excelData:ExcelData)
构造函数
Cell
  
newInstance(p:String, excelData:ExcelData):Cell
[static]
Cell
Property Detail
cellPositionproperty
cellPosition:CellPoint  [read-only]

数字索引坐标


Implementation
    public function get cellPosition():CellPoint
coordinateproperty 
coordinate:String  [read-only]

坐标 (如:A1, B3)


Implementation
    public function get coordinate():String
dataproperty 
data:XML  [read-only]


Implementation
    public function get data():XML
valueproperty 
value:Object


Implementation
    public function get value():Object
    public function set value(value:Object):void
Constructor Detail
Cell()Constructor
public function Cell(data:XML, excelData:ExcelData)

构造函数

Parameters
data:XML — 单元格位置(如:A1,B2)
 
excelData:ExcelData — 单元格的值
Method Detail
newInstance()method
public static function newInstance(p:String, excelData:ExcelData):Cell

Parameters

p:String
 
excelData:ExcelData

Returns
Cell