메소드 | 설명 | |
---|---|---|
ExcelWorksheet ( ) : System | ||
GetRangeObjects ( ) : ].Object[ | ||
GetRangeStrings ( ) : ].string[ | ||
SetCell ( int row, int column, double value ) : void | ||
SetCell ( int row, int column, string value ) : void |
메소드 | 설명 | |
---|---|---|
GetColumnFromInt ( int x ) : string |
public SetCell ( int row, int column, double value ) : void | ||
row | int | |
column | int | |
value | double | |
리턴 | void |
public SetCell ( int row, int column, string value ) : void | ||
row | int | |
column | int | |
value | string | |
리턴 | void |