Item
Contenuti
[
Nascondere
]ContentTypePropertyCollection indexer (1 of 2)
Ottiene la proprietà del tipo di contenuto in base all’indice specifico.
public ContentTypeProperty this[int index] { get; }
Parametro | Descrizione |
---|---|
index | L’indice. |
Valore di ritorno
La proprietà del tipo di contenuto
Guarda anche
- class ContentTypeProperty
- class ContentTypePropertyCollection
- spazio dei nomi Aspose.Cells.Properties
- assemblea Aspose.Cells
ContentTypePropertyCollection indexer (2 of 2)
Ottiene la proprietà del tipo di contenuto in base al nome della proprietà.
public ContentTypeProperty this[string name] { get; }
Parametro | Descrizione |
---|---|
name | Il nome della proprietà. |
Valore di ritorno
La proprietà del tipo di contenuto
Guarda anche
- class ContentTypeProperty
- class ContentTypePropertyCollection
- spazio dei nomi Aspose.Cells.Properties
- assemblea Aspose.Cells