ISpreadsheetItemProvider.Formula Property

Definition

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

String

Platform::String

winrt::hstring

The formula for this cell, as a string.

Applies to