ISpreadsheetItemProvider.Formula 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 the formula for this spreadsheet cell, as a string.
public:
property Platform::String ^ Formula { Platform::String ^ get(); };
winrt::hstring Formula();
public string Formula { get; }
var string = iSpreadsheetItemProvider.formula;
Public ReadOnly Property Formula As String
Property Value
The formula for this cell, as a string.