C# 클래스 OfficeOpenXml.ExcelCellAddress

A single cell address
파일 보기 프로젝트 열기: pruiz/EPPlus 1 사용 예제들

공개 메소드들

메소드 설명
ExcelCellAddress ( ) : System
ExcelCellAddress ( int row, int column ) : System

Initializes a new instance of the ExcelCellAddress class.

ExcelCellAddress ( string address ) : System

Initializes a new instance of the ExcelCellAddress class.

메소드 상세

ExcelCellAddress() 공개 메소드

public ExcelCellAddress ( ) : System
리턴 System

ExcelCellAddress() 공개 메소드

Initializes a new instance of the ExcelCellAddress class.
public ExcelCellAddress ( int row, int column ) : System
row int The row.
column int The column.
리턴 System

ExcelCellAddress() 공개 메소드

Initializes a new instance of the ExcelCellAddress class.
public ExcelCellAddress ( string address ) : System
address string The address
리턴 System