C# 클래스 ExcelTableCell, Excel4Unity

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

공개 프로퍼티들

프로퍼티 타입 설명
ColumnIndex int
RowIndex int
Type ExcelTableCellType
Value string
ValueSelected List
width float

공개 메소드들

메소드 설명
ExcelTableCell ( int row, int column, string value ) : System.Collections

메소드 상세

ExcelTableCell() 공개 메소드

public ExcelTableCell ( int row, int column, string value ) : System.Collections
row int
column int
value string
리턴 System.Collections

프로퍼티 상세

ColumnIndex 공개적으로 프로퍼티

public int ColumnIndex
리턴 int

RowIndex 공개적으로 프로퍼티

public int RowIndex
리턴 int

Type 공개적으로 프로퍼티

public ExcelTableCellType Type
리턴 ExcelTableCellType

Value 공개적으로 프로퍼티

public string Value
리턴 string

ValueSelected 공개적으로 프로퍼티

public List ValueSelected
리턴 List

width 공개적으로 프로퍼티

public float width
리턴 float