defaultOpenCellName
graphic defaultOpenCellName string "any_cell_name"
Description
Specifies the default name of the cell for the Cell field in the Open File form, accessed by choosing File – Open.
GUI Equivalent
Examples
envGetVal("graphic" "defaultOpenCellName")
envSetVal("graphic" "defaultOpenCellName" 'string "MyCell")
Related Topics
Return to top