Item
WebExtensionPropertyCollection indexer (1 of 2)
Ottiene la proprietà dell’estensione web dall’indice.
public WebExtensionProperty this[int index] { get; }
Parametro | Descrizione |
---|---|
index | L’indice. |
Valore di ritorno
La proprietà dell’estensione web.
Guarda anche
- class WebExtensionProperty
- class WebExtensionPropertyCollection
- spazio dei nomi Aspose.Cells.WebExtensions
- assemblea Aspose.Cells
WebExtensionPropertyCollection indexer (2 of 2)
Ottiene la proprietà dell’estensione web.
public WebExtensionProperty this[string name] { get; }
Parametro | Descrizione |
---|---|
name | Il nome della proprietà. |
Valore di ritorno
La proprietà dell’estensione web.
Guarda anche
- class WebExtensionProperty
- class WebExtensionPropertyCollection
- spazio dei nomi Aspose.Cells.WebExtensions
- assemblea Aspose.Cells