[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.FormulaSelectorEditorSetting

类 FormulaSelectorEditorSetting

公式类型的属性对应的编辑器,如[缺省值]属性。

继承
object
FormulaSelectorEditorSetting
实现
System.ComponentModel.INotifyPropertyChanged
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.Design.dll
语法
public class FormulaSelectorEditorSetting : BuiltinEditorSetting, INotifyPropertyChanged

构造函数

FormulaSelectorEditorSetting(bool)

构造函数。

声明
public FormulaSelectorEditorSetting(bool onlySupportCell)
参数
类型 名称 描述
bool onlySupportCell

是否只能选择单元格。

属性

AcceptsReturn

是否支持输入多行

声明
public bool AcceptsReturn { get; set; }
属性值
类型 描述
bool

CanSelectResource

是否支持选择资源。

声明
public bool CanSelectResource { get; set; }
属性值
类型 描述
bool

ContextVariables

此公式可用的上下文变量,多个用“|”分隔,描述用“:”分隔

声明
public string ContextVariables { get; set; }
属性值
类型 描述
string

OnlySupportCell

是否只能选择单元格,不支持单元格区域或者函数。

声明
public bool OnlySupportCell { get; }
属性值
类型 描述
bool

RecommendedValues

推荐值,可以通过下拉选择

声明
public IEnumerable<string> RecommendedValues { get; set; }
属性值
类型 描述
System.Collections.Generic.IEnumerable<T><string>

ShowSheetName

显示公式对象所在的页面名称如=Page1!A1或者不显示页面名称如=A1。

声明
public bool ShowSheetName { get; set; }
属性值
类型 描述
bool

ShowSideButton

是否显示公式选择按钮

声明
public bool ShowSideButton { get; set; }
属性值
类型 描述
bool

SupportParameters

标记支持在下拉框中显示上下文参数

声明
public bool SupportParameters { get; set; }
属性值
类型 描述
bool

实现

System.ComponentModel.INotifyPropertyChanged