package org.simantics.spreadsheet.ui; /** * @author Tuukka Lehtonen */ /** * @author Tuukka * */ public class SpreadsheetModelProperties { /** * Controls whether the Excel-like expression field on top of the * spreadsheet should be created or not. By default value is "true". Use * value "false" to hide the field. */ public static final String SHEET_EXPRESSION_VISIBLE = "sheet.expression.visible"; }