Item
DocumentPropertyCollection indexer (1 of 2)
Bir döndürürDocumentProperty
özelliğin adına göre nesne.
public virtual DocumentProperty this[string name] { get; }
Parametre | Tanım |
---|---|
name | Alınacak özelliğin büyük/küçük harfe duyarlı olmayan adı. |
Notlar
Belirtilen ada sahip bir özellik bulunamazsa null döndürür.
Ayrıca bakınız
- class DocumentProperty
- class DocumentPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells
DocumentPropertyCollection indexer (2 of 2)
Bir döndürürDocumentProperty
dizine göre nesne.
public DocumentProperty this[int index] { get; }
Parametre | Tanım |
---|---|
index | Sıfır tabanlı diziniDocumentProperty almak için. |
Ayrıca bakınız
- class DocumentProperty
- class DocumentPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells