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
)
Public Shared Function Compare (
source As CellStyle,
destination As CellStyle
) As Boolean
public:
static bool Compare(
CellStyle^ source,
CellStyle^ destination
)
static member Compare :
source : CellStyle *
destination : CellStyle -> bool
Parameters
-
source
-
Type:
Spire.Xls
CellStyle
-
destination
-
Type:
Spire.Xls
CellStyle
Return Value
Type:
Boolean
See Also