Click or drag to resize

XlsDocumentProperty SetLinkSource Method

Sets value of LinkSource property.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetLinkSource(
	IPropertyData variant
)

Parameters

variant
Type: Spire.Xls IPropertyData
Variant that contains value to set.
See Also