프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ColName2Index | int>.Dictionary | ||
IsLoadSuccess | bool |
메소드 | 설명 | |
---|---|---|
ClearRow ( int row ) : void |
清除行内容
|
|
ExcelFile ( string excelPath ) : System | ||
GetFloat ( string columnName, int row ) : float | ||
GetInt ( string columnName, int row ) : int | ||
GetRowsCount ( ) : int | ||
GetString ( string columnName, int row ) : string | ||
Save ( ) : void | ||
SetRow ( string columnName, int row, string value ) : void | ||
SetRowGrey ( int row ) : void |
public GetFloat ( string columnName, int row ) : float | ||
columnName | string | |
row | int | |
리턴 | float |
public GetString ( string columnName, int row ) : string | ||
columnName | string | |
row | int | |
리턴 | string |
public SetRow ( string columnName, int row, string value ) : void | ||
columnName | string | |
row | int | |
value | string | |
리턴 | void |