SpreadsheetAttachmentCollection class

SpreadsheetAttachmentCollection class

Represents a collection of attachments in an Excel document.

This collection contains the items of SpreadsheetAttachment type.

The SpreadsheetAttachmentCollection type exposes the following members:

Methods

Method Description
add_attachment Adds an attachment to the SpreadsheetWorksheet.
add_attachment_bytes
add_attachment_file
add_attachment_string
add_link Adds an attachment by a link; the document will not contain the attached file content.
add_link_bytes
add_link_file
add_link_string
clear (inherited from RemoveOnlyListBase)
remove (inherited from RemoveOnlyListBase)
remove_at (inherited from RemoveOnlyListBase)
remove_at_int32 (inherited from RemoveOnlyListBase)

Properties

Property Description
is_read_only (inherited from RemoveOnlyListBase)

See Also