Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / IsSameAsNormalFill Method
The fill to compare.


In This Topic
IsSameAsNormalFill Method
In This Topic
Gets a boolean value indicating whether the specified Fill is same as the Normal style's Fill.
Syntax
'Declaration
 
Public Function IsSameAsNormalFill( _
   ByRef fill As Fill _
) As Boolean
 
'Usage
 
Dim instance As Styles
Dim fill As Fill
Dim value As Boolean
 
value = instance.IsSameAsNormalFill(fill)

Parameters

fill
The fill to compare.

Return Value

true if the specified Fill is same as the Normal style's Fill; otherwise, false.
See Also