C# 클래스 SympleLib.OpenXml.XLSRow

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

공개 메소드들

메소드 설명
XLSRow ( List columns, IXLRow baseRow ) : System
this ( int index ) : IXLCell
this ( string col ) : IXLCell

메소드 상세

XLSRow() 공개 메소드

public XLSRow ( List columns, IXLRow baseRow ) : System
columns List
baseRow IXLRow
리턴 System

this() 공개 메소드

public this ( int index ) : IXLCell
index int
리턴 IXLCell

this() 공개 메소드

public this ( string col ) : IXLCell
col string
리턴 IXLCell