次の方法で共有


NotebookParameter クラス

定義

Notebook パラメーター。

public class NotebookParameter
type NotebookParameter = class
Public Class NotebookParameter
継承
NotebookParameter

コンストラクター

NotebookParameter()

NotebookParameter クラスの新しいインスタンスを初期化します。

NotebookParameter(Object, String)

NotebookParameter クラスの新しいインスタンスを初期化します。

プロパティ

Type

ノートブックパラメーターの種類を取得または設定します。 使用できる値は、'string'、'int'、'float'、'bool' です。

Value

ノートブック のパラメーター値を取得または設定します。 型: string (または resultType 文字列を含む式)。

適用対象