C# Class ExcelToolKit.BinaryFormat.XlsBiffMulBlankCell

Represents multiple Blank cell
Inheritance: XlsBiffBlankCell
Datei anzeigen Open project: fanfeilong/exceltk

Public Methods

Method Description
GetXF ( ushort ColumnIdx ) : ushort

Returns format forspecified column, column must be between ColumnIndex and LastColumnIndex

Private Methods

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

Method Details

GetXF() public method

Returns format forspecified column, column must be between ColumnIndex and LastColumnIndex
public GetXF ( ushort ColumnIdx ) : ushort
ColumnIdx ushort Index of column
return ushort