C# Class Excel, Excel4Unity

Inheritance: OfficeDocuments
Afficher le fichier Open project: joexi/Excel4Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
Tables List

Méthodes publiques

Méthode Description
AddTable ( string name ) : void
Excel ( ) : System.Collections
Excel ( ExcelWorkbook wb ) : System.Collections
ShowLog ( ) : void

Method Details

AddTable() public méthode

public AddTable ( string name ) : void
name string
Résultat void

Excel() public méthode

public Excel ( ) : System.Collections
Résultat System.Collections

Excel() public méthode

public Excel ( ExcelWorkbook wb ) : System.Collections
wb ExcelWorkbook
Résultat System.Collections

ShowLog() public méthode

public ShowLog ( ) : void
Résultat void

Property Details

Tables public_oe property

public List Tables
Résultat List