Excel.CellValueAttributionAttributes interface

属性オブジェクトは、情報が公開されたソースからのものである場合、情報の取得元を記述するために使用できる一連の詳細を表します。

プロパティ

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