ChartTitle.FormulaLocal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the formula for the object, using A1-style references in the language of the user.
public:
property System::String ^ FormulaLocal { System::String ^ get(); void set(System::String ^ value); };
public string FormulaLocal { get; set; }
member this.FormulaLocal : string with get, set
Public Property FormulaLocal As String
Property Value
The formula for the object, using A1-style references in the language of the user.
Remarks
Read/write string. If the cell contains a constant, this property returns that constant. If the cell is empty, the property returns an empty string. If the cell contains a formula, the property returns the formula as a string, in the same format in which it would be displayed in the formula bar (including the equal sign (=)).
If you set the value or formula of a cell to a date, Microsoft Excel verifies that the cell is already formatted with one of the date or time number formats. If not, the number format is changed to the default short date number format.
Setting the formula of a multiple-cell range fills all cells in the range with the formula.