Свойство | Тип | Описание | |
---|---|---|---|
NumberOfColumns | int | ||
NumberOfRows | int | ||
Position | Vector2 | ||
TableName | string |
Метод | Описание | |
---|---|---|
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 |
||
SetCellTypeRow ( int rowIndex, ExcelTableCellType type ) : void | ||
SetValue ( int row, int column, string value ) : ExcelTableCell, | ||
ShowLog ( ) : void |
public CorrectSize ( int row, int column ) : void | ||
row | int | |
column | int | |
Результат | void |
public ExcelTable ( ) : System.Collections | ||
Результат | System.Collections |
public ExcelTable ( OfficeOpenXml.ExcelWorksheet sheet ) : System.Collections | ||
sheet | OfficeOpenXml.ExcelWorksheet | |
Результат | System.Collections |
public GetCell ( int row, int column ) : ExcelTableCell, | ||
row | int | |
column | int | |
Результат | ExcelTableCell, |
public GetValue ( int row, int column ) : object | ||
row | int | |
column | int | |
Результат | object |
public SetCellTypeColumn ( int columnIndex, ExcelTableCellType type, List |
||
columnIndex | int | |
type | ExcelTableCellType | |
values | List |
|
Результат | void |
public SetCellTypeRow ( int rowIndex, ExcelTableCellType type ) : void | ||
rowIndex | int | |
type | ExcelTableCellType | |
Результат | void |
public SetValue ( int row, int column, string value ) : ExcelTableCell, | ||
row | int | |
column | int | |
value | string | |
Результат | ExcelTableCell, |