Click or drag to resize

XlsStylesCollection CompareBorders Method

Compare all Border Collections items.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected static bool CompareBorders(
	IBorders source,
	IBorders destination
)

Parameters

source
Type: Spire.Xls.Core IBorders
First border to compare.
destination
Type: Spire.Xls.Core IBorders
Second border to compare.

Return Value

Type: Boolean
True if borders are the same; otherwise False.
See Also