C# Class Utage.AdvScenarioDataExported

Inheritance: ScriptableObject
Show file Open project: SNUGDC/AntiGodgame Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

データクリア

ParseFromExcel ( string sheetName, Utage.StringGrid grid ) : void

エクセルからデータ解析

Method Details

Clear() public method

データクリア
public Clear ( ) : void
return void

ParseFromExcel() public method

エクセルからデータ解析
public ParseFromExcel ( string sheetName, Utage.StringGrid grid ) : void
sheetName string シート名
grid Utage.StringGrid エクセルの1シートから作成したStringGrid
return void