Validation.Formula1 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与条件格式或者数据有效性相关联的值或表达式。 可为常量值、字符串值、单元格引用或公式。 只读 String。
public:
property System::String ^ Formula1 { System::String ^ get(); };
public string Formula1 { get; }
Public ReadOnly Property Formula1 As String