Check documentation for the latest version of dhtmlxSuite setSheetId DHTMLX Docs

setSheetId

Sets the sheet id.

Parameters

  • $id - (string|number) the sheet id

Example

$sh = new SpreadSheet($res, "1", $db_prefix);
$sh->setSheetId("mySheet");
Back to top