Table of Contents

Interface IHyperLinks

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IHyperLinks : IExcelApplication
Inherited Members

Properties

int Count { get; }

Property Value

int
IHyperLink this[int index] { get; }

Parameters

index int

Property Value

IHyperLink

Methods

IHyperLink Add(IXLSRange range)

Parameters

range IXLSRange

Returns

IHyperLink
void RemoveAt(int index)

Parameters

index int