Excel.CellValueAttributionAttributes interface

属性属性オブジェクトは、情報がパブリック ソースから取得された場合に、情報の送信元を説明するために使用できる詳細のセットを表します。

注釈

[ API セット: ExcelApi 1.16 ]

プロパティ

licenseAddress

このプロパティの使用方法を説明するライセンスまたはソースの URL を表します。

licenseText

このプロパティを管理するライセンスの名前を表します。

sourceAddress

CellValue のソースへの URL を表します。

sourceText

CellValue のソースの名前を表します。

プロパティの詳細

licenseAddress

このプロパティの使用方法を説明するライセンスまたはソースの URL を表します。

licenseAddress?: string;

プロパティ値

string

注釈

[ API セット: ExcelApi 1.16 ]

licenseText

このプロパティを管理するライセンスの名前を表します。

licenseText?: string;

プロパティ値

string

注釈

[ API セット: ExcelApi 1.16 ]

sourceAddress

CellValue のソースへの URL を表します。

sourceAddress?: string;

プロパティ値

string

注釈

[ API セット: ExcelApi 1.16 ]

sourceText

CellValue のソースの名前を表します。

sourceText?: string;

プロパティ値

string

注釈

[ API セット: ExcelApi 1.16 ]