C# 클래스 Simplexcel.CellAddress

파일 보기 프로젝트 열기: mstum/Simplexcel

공개 메소드들

메소드 설명
CellAddress ( int row, int column ) : System.Runtime.Serialization

Create a Cell Adress given the zero-based row and column

CellAddress ( string cellAddress ) : System.Runtime.Serialization

Create a CellAddress from a Reference like A1

ToString ( ) : string

Convert this CellAddress into a Cell Reference, e.g. A1 for [0,0]

메소드 상세

CellAddress() 공개 메소드

Create a Cell Adress given the zero-based row and column
public CellAddress ( int row, int column ) : System.Runtime.Serialization
row int
column int
리턴 System.Runtime.Serialization

CellAddress() 공개 메소드

Create a CellAddress from a Reference like A1
public CellAddress ( string cellAddress ) : System.Runtime.Serialization
cellAddress string
리턴 System.Runtime.Serialization

ToString() 공개 메소드

Convert this CellAddress into a Cell Reference, e.g. A1 for [0,0]
public ToString ( ) : string
리턴 string