Excel.Interfaces.NoteCollectionLoadOptions interface

ブックの一部であるノート オブジェクトのコレクションを表します。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

authorName

For each ITEM in the collection: メモの作成者を取得します。

content

For each ITEM in the collection: メモのテキストを指定します。

height

For each ITEM in the collection: メモの高さを指定します。 注: このプロパティは Excel on the web ではサポートされていません。

visible

For each ITEM in the collection: メモの可視性を指定します。 値 true は、メモが表示されていることを意味します。 注: このプロパティは Excel on the web ではサポートされていません。

width

For each ITEM in the collection: メモの幅を指定します。 注: このプロパティは Excel on the web ではサポートされていません。

プロパティの詳細

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

authorName

For each ITEM in the collection: メモの作成者を取得します。

authorName?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApi 1.18

content

For each ITEM in the collection: メモのテキストを指定します。

content?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApi 1.18

height

For each ITEM in the collection: メモの高さを指定します。 注: このプロパティは Excel on the web ではサポートされていません。

height?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApi 1.18

visible

For each ITEM in the collection: メモの可視性を指定します。 値 true は、メモが表示されていることを意味します。 注: このプロパティは Excel on the web ではサポートされていません。

visible?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApi 1.18

width

For each ITEM in the collection: メモの幅を指定します。 注: このプロパティは Excel on the web ではサポートされていません。

width?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApi 1.18