次の方法で共有


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

このセルの数式を文字列として指定します。

適用対象