C# Класс ExcelToolKit.BinaryFormat.XlsBiffSST

Represents a Shared String Table in BIFF8 format
Наследование: XlsBiffRecord
Показать файл Открыть проект

Открытые методы

Метод Описание
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