Click or drag to resize

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
)

Parameters

collection
Type: System.Collections.Generic IList HyperLink
See Also