ISpreadsheetItemProvider.Formula 属性

定义

获取此电子表格单元格的公式,作为字符串。

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

属性值

String

Platform::String

winrt::hstring

此单元格的公式,作为字符串。

适用于