C# Class ExcelTableCell, Excel4Unity

Mostrar archivo Open project: joexi/Excel4Unity Class Usage Examples

Public Properties

Property Type Description
ColumnIndex int
RowIndex int
Type ExcelTableCellType
Value string
ValueSelected List
width float

Public Methods

Method Description
ExcelTableCell ( int row, int column, string value ) : System.Collections

Method Details

ExcelTableCell() public method

public ExcelTableCell ( int row, int column, string value ) : System.Collections
row int
column int
value string
return System.Collections

Property Details

ColumnIndex public_oe property

public int ColumnIndex
return int

RowIndex public_oe property

public int RowIndex
return int

Type public_oe property

public ExcelTableCellType Type
return ExcelTableCellType

Value public_oe property

public string Value
return string

ValueSelected public_oe property

public List ValueSelected
return List

width public_oe property

public float width
return float