C# 클래스 ExcelToolKit.BinaryFormat.XlsCellRangeAddress

파일 보기 프로젝트 열기: fanfeilong/exceltk

보호된 프로퍼티들

프로퍼티 타입 설명
m_bytes byte[]
m_offset int

공개 메소드들

메소드 설명
Contain ( int row, int column ) : bool
ToString ( ) : string
XlsCellRangeAddress ( byte bytes, int offset ) : System

메소드 상세

Contain() 공개 메소드

public Contain ( int row, int column ) : bool
row int
column int
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XlsCellRangeAddress() 공개 메소드

public XlsCellRangeAddress ( byte bytes, int offset ) : System
bytes byte
offset int
리턴 System

프로퍼티 상세

m_bytes 보호되어 있는 프로퍼티

protected byte[] m_bytes
리턴 byte[]

m_offset 보호되어 있는 프로퍼티

protected int m_offset
리턴 int