C# Class ExcelTable, Excel4Unity

Mostra file Open project: joexi/Excel4Unity Class Usage Examples

Public Properties

Property Type Description
NumberOfColumns int
NumberOfRows int
Position Vector2
TableName string

Public Methods

Method Description
CorrectSize ( int row, int column ) : void
ExcelTable ( ) : System.Collections
ExcelTable ( OfficeOpenXml.ExcelWorksheet sheet ) : System.Collections
GetCell ( int row, int column ) : ExcelTableCell,
GetValue ( int row, int column ) : object
SetCellTypeColumn ( int columnIndex, ExcelTableCellType type, List values = null ) : void
SetCellTypeRow ( int rowIndex, ExcelTableCellType type ) : void
SetValue ( int row, int column, string value ) : ExcelTableCell,
ShowLog ( ) : void

Method Details

CorrectSize() public method

public CorrectSize ( int row, int column ) : void
row int
column int
return void

ExcelTable() public method

public ExcelTable ( ) : System.Collections
return System.Collections

ExcelTable() public method

public ExcelTable ( OfficeOpenXml.ExcelWorksheet sheet ) : System.Collections
sheet OfficeOpenXml.ExcelWorksheet
return System.Collections

GetCell() public method

public GetCell ( int row, int column ) : ExcelTableCell,
row int
column int
return ExcelTableCell,

GetValue() public method

public GetValue ( int row, int column ) : object
row int
column int
return object

SetCellTypeColumn() public method

public SetCellTypeColumn ( int columnIndex, ExcelTableCellType type, List values = null ) : void
columnIndex int
type ExcelTableCellType
values List
return void

SetCellTypeRow() public method

public SetCellTypeRow ( int rowIndex, ExcelTableCellType type ) : void
rowIndex int
type ExcelTableCellType
return void

SetValue() public method

public SetValue ( int row, int column, string value ) : ExcelTableCell,
row int
column int
value string
return ExcelTableCell,

ShowLog() public method

public ShowLog ( ) : void
return void

Property Details

NumberOfColumns public_oe property

public int NumberOfColumns
return int

NumberOfRows public_oe property

public int NumberOfRows
return int

Position public_oe property

public Vector2 Position
return Vector2

TableName public_oe property

public string TableName
return string