VbaProjectReferenceCollectionItem Property |
Get the reference in the list by the index.
Namespace:
Aspose.Cells.Vba
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic VbaProjectReference this[
int i
] { get; }
Public ReadOnly Default Property Item (
i As Integer
) As VbaProjectReference
Get
public:
property VbaProjectReference^ default[int i] {
VbaProjectReference^ get (int i);
}
member Item : VbaProjectReference with get
Parameters
- i
- Type: SystemInt32
The index.
Return Value
Type:
VbaProjectReference
See Also