Click or drag to resize

XlsStylesCollection CompareStyles Method

Compares two IStyle objects to determine if they have the same style properties.

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 CompareStyles(
	IStyle source,
	IStyle destination
)

Parameters

source
Type: Spire.Xls.Core IStyle
destination
Type: Spire.Xls.Core IStyle

Return Value

Type: Boolean
See Also