ExcelHyperlinksCollection.Item Property
Gets the hyperlink at the specified index.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 12.0.0
public ExcelHyperlink this[
int hyperlinkIndex
] { get; }
Public ReadOnly Default Property Item (
hyperlinkIndex As Integer
) As ExcelHyperlink
Get
public:
property ExcelHyperlink^ default[int hyperlinkIndex] {
ExcelHyperlink^ get (int hyperlinkIndex);
}
member Item : ExcelHyperlink with get
- hyperlinkIndex Int32
- A zero based index in the hyperlinks collection
ExcelHyperlinkThe hyperlink at the specified index