Item
DocumentPropertyCollection indexer (1 of 2)
ВозвращаетDocumentProperty объект по имени свойства.
public virtual DocumentProperty this[string name] { get; }
| Параметр | Описание |
|---|---|
| name | Нечувствительное к регистру имя извлекаемого свойства. |
Примечания
Возвращает null, если свойство с указанным именем не найдено.
Смотрите также
- class DocumentProperty
- class DocumentPropertyCollection
- пространство имен Aspose.Cells.Properties
- сборка Aspose.Cells
DocumentPropertyCollection indexer (2 of 2)
ВозвращаетDocumentPropertyобъект по индексу.
public DocumentProperty this[int index] { get; }
| Параметр | Описание |
|---|---|
| index | Отсчитываемый от нуля индексDocumentProperty получить. |
Смотрите также
- class DocumentProperty
- class DocumentPropertyCollection
- пространство имен Aspose.Cells.Properties
- сборка Aspose.Cells