C# Class ExcelTable, Excel4Unity

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

Méthodes publiques

Свойство Type Description
NumberOfColumns int
NumberOfRows int
Position Vector2
TableName string

Méthodes publiques

Méthode 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 méthode

public CorrectSize ( int row, int column ) : void
row int
column int
Résultat void

ExcelTable() public méthode

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

ExcelTable() public méthode

public ExcelTable ( OfficeOpenXml.ExcelWorksheet sheet ) : System.Collections
sheet OfficeOpenXml.ExcelWorksheet
Résultat System.Collections

GetCell() public méthode

public GetCell ( int row, int column ) : ExcelTableCell,
row int
column int
Résultat ExcelTableCell,

GetValue() public méthode

public GetValue ( int row, int column ) : object
row int
column int
Résultat object

SetCellTypeColumn() public méthode

public SetCellTypeColumn ( int columnIndex, ExcelTableCellType type, List values = null ) : void
columnIndex int
type ExcelTableCellType
values List
Résultat void

SetCellTypeRow() public méthode

public SetCellTypeRow ( int rowIndex, ExcelTableCellType type ) : void
rowIndex int
type ExcelTableCellType
Résultat void

SetValue() public méthode

public SetValue ( int row, int column, string value ) : ExcelTableCell,
row int
column int
value string
Résultat ExcelTableCell,

ShowLog() public méthode

public ShowLog ( ) : void
Résultat void

Property Details

NumberOfColumns public_oe property

public int NumberOfColumns
Résultat int

NumberOfRows public_oe property

public int NumberOfRows
Résultat int

Position public_oe property

public Vector2 Position
Résultat Vector2

TableName public_oe property

public string TableName
Résultat string