C# Class ExcelTableCell, Excel4Unity

Show file 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 property

public int ColumnIndex
return int

RowIndex public property

public int RowIndex
return int

Type public property

public ExcelTableCellType Type
return ExcelTableCellType

Value public property

public string Value
return string

ValueSelected public property

public List ValueSelected
return List

width public property

public float width
return float