C# Class ExcelToolKit.BinaryFormat.XlsCellRangeAddress

Afficher le fichier Open project: fanfeilong/exceltk

Protected Properties

Свойство Type Description
m_bytes byte[]
m_offset int

Méthodes publiques

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

Method Details

Contain() public méthode

public Contain ( int row, int column ) : bool
row int
column int
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

XlsCellRangeAddress() public méthode

public XlsCellRangeAddress ( byte bytes, int offset ) : System
bytes byte
offset int
Résultat System

Property Details

m_bytes protected_oe property

protected byte[] m_bytes
Résultat byte[]

m_offset protected_oe property

protected int m_offset
Résultat int