Gets the formula, or sets the value or formula, of the cells represented by this IRange.
'Declaration
Property Formula As System.String
'Usage
Dim instance As IRange
Dim value As System.String
instance.Formula = value
value = instance.Formula
System.string Formula {get; set;}
read-write property Formula: System.String;
function get,set Formula : System.String
__property System.string* get_Formula();
__property void set_Formula(
System.string* value
);
property System.String^ Formula {
System.String^ get();
void set ( System.String^ value);
}
Property Value
Returns the formula of the cell represented by this
IRange.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2