Click or drag to resize

StylesCollection Compare Method

Compares two CellStyle objects for equality based on their properties.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static bool Compare(
	CellStyle source,
	CellStyle destination
)

Parameters

source
Type: Spire.Xls CellStyle
destination
Type: Spire.Xls CellStyle

Return Value

Type: Boolean
See Also