C# 클래스 ExcelToolKit.BinaryFormat.XlsBiffSST

Represents a Shared String Table in BIFF8 format
상속: XlsBiffRecord
파일 보기 프로젝트 열기: fanfeilong/exceltk

공개 메소드들

메소드 설명
Append ( XlsBiffContinue fragment ) : void

Appends Continue record to SST

GetString ( uint SSTIndex ) : string

Returns string at specified index

ReadStrings ( ) : void

Reads strings from BIFF stream into SST array

비공개 메소드들

메소드 설명
XlsBiffSST ( byte bytes, uint offset, ExcelBinaryReader reader ) : System

메소드 상세

Append() 공개 메소드

Appends Continue record to SST
public Append ( XlsBiffContinue fragment ) : void
fragment XlsBiffContinue Continue record
리턴 void

GetString() 공개 메소드

Returns string at specified index
public GetString ( uint SSTIndex ) : string
SSTIndex uint Index of string to get
리턴 string

ReadStrings() 공개 메소드

Reads strings from BIFF stream into SST array
public ReadStrings ( ) : void
리턴 void