XlsHyperLinksCollection
AddRange Method
|
Adds a range of HyperLink objects to the collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void AddRange(
IList<HyperLink> collection
)
Protected Sub AddRange (
collection As IList(Of HyperLink)
)
protected:
void AddRange(
IList<HyperLink^>^ collection
)
member AddRange :
collection : IList<HyperLink> -> unit
Parameters
-
collection
-
Type:
System.Collections.Generic
IList
HyperLink
See Also