TSheetSelectorLink.Create Constructor
Creates a new sheet selector link.
Syntax
Unit: FlexCel.Render
constructor TSheetSelectorLink.Create(const aExcelSheetName: string; const aHtmlSheetName: string);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
aExcelSheetName |
string |
Name of the sheet in the Excel file. |
| const |
aHtmlSheetName |
string |
Name of the sheet in the html file. |
See also