C# Class ExcelToolKit.BinaryFormat.XlsCellRangeAddress

Mostra file Open project: fanfeilong/exceltk

Protected Properties

Property Type Description
m_bytes byte[]
m_offset int

Public Methods

Method Description
Contain ( int row, int column ) : bool
ToString ( ) : string
XlsCellRangeAddress ( byte bytes, int offset ) : System

Method Details

Contain() public method

public Contain ( int row, int column ) : bool
row int
column int
return bool

ToString() public method

public ToString ( ) : string
return string

XlsCellRangeAddress() public method

public XlsCellRangeAddress ( byte bytes, int offset ) : System
bytes byte
offset int
return System

Property Details

m_bytes protected_oe property

protected byte[] m_bytes
return byte[]

m_offset protected_oe property

protected int m_offset
return int