C# 클래스 Excel, Excel4Unity

상속: OfficeDocuments
파일 보기 프로젝트 열기: joexi/Excel4Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Tables List

공개 메소드들

메소드 설명
AddTable ( string name ) : void
Excel ( ) : System.Collections
Excel ( ExcelWorkbook wb ) : System.Collections
ShowLog ( ) : void

메소드 상세

AddTable() 공개 메소드

public AddTable ( string name ) : void
name string
리턴 void

Excel() 공개 메소드

public Excel ( ) : System.Collections
리턴 System.Collections

Excel() 공개 메소드

public Excel ( ExcelWorkbook wb ) : System.Collections
wb ExcelWorkbook
리턴 System.Collections

ShowLog() 공개 메소드

public ShowLog ( ) : void
리턴 void

프로퍼티 상세

Tables 공개적으로 프로퍼티

public List Tables
리턴 List