Click or drag to resize

XlsWorkbook IsExternalReference Method

Determines if the given reference is an external reference.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsExternalReference(
	int reference
)

Parameters

reference
Type: System Int32
The reference to check.

Return Value

Type: Boolean
True if the reference is external, false otherwise.
See Also