WebExtensionCollectionItem Property |
Gets web extension by the specific index.
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic WebExtension this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As WebExtension
Get
public:
property WebExtension^ default[int index] {
WebExtension^ get (int index);
}
member Item : WebExtension with get
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
WebExtensionThe web extension.
See Also