C# Class ExcelToolKit.BinaryFormat.XlsDirectoryEntry

Represents single Root Directory record
ファイルを表示 Open project: fanfeilong/exceltk Class Usage Examples

Public Methods

Method Description
XlsDirectoryEntry ( byte bytes, XlsHeader header ) : System

Constructor

Method Details

XlsDirectoryEntry() public method

Constructor
public XlsDirectoryEntry ( byte bytes, XlsHeader header ) : System
bytes byte byte array representing current object
header XlsHeader
return System