SpreadsheetAttachmentCollection

SpreadsheetAttachmentCollection class

Excel ドキュメント内の添付ファイルのコレクションを表します。

public class SpreadsheetAttachmentCollection : RemoveOnlyListBase<SpreadsheetAttachment>

プロパティ

名前 説明
virtual Count { get; } コレクションに含まれる要素の数を取得します。
override IsReadOnly { get; } コレクションが読み取り専用かどうかを示す値を取得します。
virtual Item { get; } コレクション内の指定されたインデックスにある要素を取得します。

メソッド

名前 説明
AddAttachment(byte[], string, byte[], double, double, double, double) に添付ファイルを追加しますSpreadsheetWorksheet.
AddLink(string, byte[], double, double, double, double) リンクによって添付ファイルを追加します (ドキュメントには添付ファイルのコンテンツは含まれません).
Clear()
virtual Contains(SpreadsheetAttachment)
virtual GetEnumerator()
virtual IndexOf(SpreadsheetAttachment)
Remove(SpreadsheetAttachment)
RemoveAt(int)

備考

このコレクションには、SpreadsheetAttachment type.

関連項目