Method | Description | |
---|---|---|
DoHorizontal ( Action cb ) : void | ||
DrawButton ( string title, Action onClick ) : void | ||
DrawButtonHorizontal ( string title, Action onClick, bool horizontal = true ) : void | ||
DrawCell ( ExcelTable, table, int row, int column ) : void | ||
DrawTable ( ExcelTable, table ) : void | ||
DrawTableTab ( Excel, xls, int &selectIndex ) : void |
public static DoHorizontal ( Action cb ) : void | ||
cb | Action | |
return | void |
public static DrawButton ( string title, Action onClick ) : void | ||
title | string | |
onClick | Action | |
return | void |
public static DrawButtonHorizontal ( string title, Action onClick, bool horizontal = true ) : void | ||
title | string | |
onClick | Action | |
horizontal | bool | |
return | void |
public static DrawCell ( ExcelTable, table, int row, int column ) : void | ||
table | ExcelTable, | |
row | int | |
column | int | |
return | void |
public static DrawTable ( ExcelTable, table ) : void | ||
table | ExcelTable, | |
return | void |
public static DrawTableTab ( Excel, xls, int &selectIndex ) : void | ||
xls | Excel, | |
selectIndex | int | |
return | void |