C# Class ExcelToolKit.BinaryFormat.XlsBiffLabelSSTCell

Represents a string stored in SST
Inheritance: XlsBiffBlankCell
ファイルを表示 Open project: fanfeilong/exceltk

Public Methods

Method Description
Text ( XlsBiffSST sst ) : string

Returns text using specified SST

Private Methods

Method Description
XlsBiffLabelSSTCell ( byte bytes, uint offset, ExcelBinaryReader reader )

Method Details

Text() public method

Returns text using specified SST
public Text ( XlsBiffSST sst ) : string
sst XlsBiffSST Shared String Table record
return string