C# 클래스 Simplexcel.CellAddressHelper

파일 보기 프로젝트 열기: mstum/Simplexcel 1 사용 예제들

비공개 메소드들

메소드 설명
ColRowToReference ( int col, int row ) : string

Convert a zero-based row and column to an Excel Cell Reference, e.g. A1 for [0,0]

ColToReference ( int col ) : string

Convert a zero-based column number to the proper Reference in Excel (e.g, 0 = A)

ReferenceToColRow ( string reference ) : int>.Tuple

Convert an Excel Cell Reference to a zero-based column/row representation (e.g., A1 => [0,0])