[]
公式类型的属性对应的编辑器,如[缺省值]属性。
public class FormulaSelectorEditorSetting : BuiltinEditorSetting, INotifyPropertyChanged
构造函数。
public FormulaSelectorEditorSetting(bool onlySupportCell)
类型 | 名称 | 描述 |
---|---|---|
bool | onlySupportCell | 是否只能选择单元格。 |
是否支持输入多行
public bool AcceptsReturn { get; set; }
类型 | 描述 |
---|---|
bool |
是否支持选择资源。
public bool CanSelectResource { get; set; }
类型 | 描述 |
---|---|
bool |
此公式可用的上下文变量,多个用“|”分隔,描述用“:”分隔
public string ContextVariables { get; set; }
类型 | 描述 |
---|---|
string |
是否只能选择单元格,不支持单元格区域或者函数。
public bool OnlySupportCell { get; }
类型 | 描述 |
---|---|
bool |
推荐值,可以通过下拉选择
public IEnumerable<string> RecommendedValues { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.IEnumerable<T><string> |
显示公式对象所在的页面名称如=Page1!A1或者不显示页面名称如=A1。
public bool ShowSheetName { get; set; }
类型 | 描述 |
---|---|
bool |
是否显示公式选择按钮
public bool ShowSideButton { get; set; }
类型 | 描述 |
---|---|
bool |
标记支持在下拉框中显示上下文参数
public bool SupportParameters { get; set; }
类型 | 描述 |
---|---|
bool |