Packagecom.ms.office.excel.vo
Classpublic class SheetVo
InheritanceSheetVo Inheritance Object

sheet页数据



Public Properties
 PropertyDefined By
  id : int
sheetID
SheetVo
  name : String
sheet页显示的名字
SheetVo
  rid : String
和workbook.xml.rels 内的id对应
SheetVo
  url : String
sheet页位置
SheetVo
Public Methods
 MethodDefined By
  
SheetVo(data:XML)
构造函数
SheetVo
Property Detail
idproperty
public var id:int

sheetID

nameproperty 
name:String

sheet页显示的名字


Implementation
    public function get name():String
    public function set name(value:String):void
ridproperty 
public var rid:String

和workbook.xml.rels 内的id对应

urlproperty 
public var url:String

sheet页位置

Constructor Detail
SheetVo()Constructor
public function SheetVo(data:XML)

构造函数

Parameters
data:XML