C# Class Simplexcel.CellAddress

显示文件 Open project: mstum/Simplexcel

Public Methods

Method Description
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]

Method Details

CellAddress() public method

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

CellAddress() public method

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

ToString() public method

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