C# Class ExcelTableCell, Excel4Unity

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

Méthodes publiques

Свойство Type Description
ColumnIndex int
RowIndex int
Type ExcelTableCellType
Value string
ValueSelected List
width float

Méthodes publiques

Méthode Description
ExcelTableCell ( int row, int column, string value ) : System.Collections

Method Details

ExcelTableCell() public méthode

public ExcelTableCell ( int row, int column, string value ) : System.Collections
row int
column int
value string
Résultat System.Collections

Property Details

ColumnIndex public_oe property

public int ColumnIndex
Résultat int

RowIndex public_oe property

public int RowIndex
Résultat int

Type public_oe property

public ExcelTableCellType Type
Résultat ExcelTableCellType

Value public_oe property

public string Value
Résultat string

ValueSelected public_oe property

public List ValueSelected
Résultat List

width public_oe property

public float width
Résultat float