SpreadsheetAttachmentCollection

SpreadsheetAttachmentCollection class

Bir Excel belgesindeki ekler koleksiyonunu temsil eder.

public class SpreadsheetAttachmentCollection : RemoveOnlyListBase<SpreadsheetAttachment>

Özellikleri

İsim Tanım
virtual Count { get; } Koleksiyonda bulunan öğelerin sayısını alır.
override IsReadOnly { get; } Koleksiyonun salt okunur olup olmadığını gösteren bir değer alır.
virtual Item { get; } Koleksiyonda belirtilen dizindeki öğeyi alır.

yöntemler

İsim Tanım
AddAttachment(byte[], string, byte[], double, double, double, double) Dosyaya bir ek ekler.SpreadsheetWorksheet .
AddLink(string, byte[], double, double, double, double) Bağlantı ile bir ek ekler (belge ekli dosya içeriğini içermez).
Clear()
virtual Contains(SpreadsheetAttachment)
virtual GetEnumerator()
virtual IndexOf(SpreadsheetAttachment)
Remove(SpreadsheetAttachment)
RemoveAt(int)

Notlar

Bu koleksiyon şunları içerir:SpreadsheetAttachment yazın.

Ayrıca bakınız