C# 클래스 OfficeOpenXml.ExcelAddress

Range address with the address property readonly
상속: ExcelAddressBase
파일 보기 프로젝트 열기: pruiz/EPPlus 1 사용 예제들

공개 메소드들

메소드 설명
ExcelAddress ( int fromRow, int fromCol, int toRow, int toColumn ) : System
ExcelAddress ( string address ) : System

비공개 메소드들

메소드 설명
ExcelAddress ( ) : System
ExcelAddress ( string ws, string address ) : System
ExcelAddress ( string ws, string address, bool isName ) : System

메소드 상세

ExcelAddress() 공개 메소드

public ExcelAddress ( int fromRow, int fromCol, int toRow, int toColumn ) : System
fromRow int
fromCol int
toRow int
toColumn int
리턴 System

ExcelAddress() 공개 메소드

public ExcelAddress ( string address ) : System
address string
리턴 System