ShowEditLine property
Assigns or returns whether the spreadsheet edit line is displayed.
Syntax
Set: sheetObject.setShowEditLine(isVisible)
Get: isVisible = sheetObject.getShowEditLine()
Applies to
Sheet class.
Data type
boolean. The value is true if the edit line is displayed, and false otherwise.
Usage
[[Add if applicable.]]
Example
ShowEditLine property example
See also
ShowStatusLine property