WebExtensionPropertyCollection.Item
WebExtensionPropertyCollection indexer (1 of 2)
Gets the property of web extension by the index.
public WebExtensionProperty this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
The property of web extension.
See Also
- class WebExtensionProperty
- class WebExtensionPropertyCollection
- namespace Aspose.Cells.WebExtensions
- assembly Aspose.Cells
WebExtensionPropertyCollection indexer (2 of 2)
Gets the property of web extension.
public WebExtensionProperty this[string name] { get; }
Parameter | Description |
---|---|
name | The name of property. |
Return Value
The property of web extension.
See Also
- class WebExtensionProperty
- class WebExtensionPropertyCollection
- namespace Aspose.Cells.WebExtensions
- assembly Aspose.Cells