Check documentation for the
latest version of dhtmlxSuite
setSheetId DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
constructor
getCalculatedValue
getCell
getCells
getStyle
getValue
isCell
setSheetId
setStyle
setValue
Start
SpreadSheet
API Reference
SpreadSheet class
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