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
)
 
Protected Shared Function CompareStyles ( 
	source As IStyle,
	destination As IStyle
) As Boolean
 
protected:
static bool CompareStyles(
	IStyle^ source, 
	IStyle^ destination
)
 
static member CompareStyles : 
source : IStyle * 
destination : IStyle -> bool 
 
 
 
Parameters
- 
source
 
- 
Type:
Spire.Xls.Core
IStyle
 
- 
destination
 
- 
Type:
Spire.Xls.Core
IStyle
 
Return Value
Type:
Boolean
 
See Also