In This Topic
Gets or sets the formula of the cell.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
Public Property Formula As System.String
'Usage
Dim instance As Cell
Dim value As System.String
instance.Formula = value
value = instance.Formula
[System.ComponentModel.DefaultValue("")]
public System.string Formula {get; set;}
public read-write property Formula: System.String;
System.ComponentModel.DefaultValueAttribute("")
public function get,set Formula : System.String
[System.ComponentModel.DefaultValue("")]
public: __property System.string* get_Formula();
public: __property void set_Formula(
System.string* value
);
[System.ComponentModel.DefaultValue("")]
public:
property System.String^ Formula {
System.String^ get();
void set ( System.String^ value);
}
See Also