[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedStyle.IsPropertySet

IsPropertySet Method

IsPropertySet(SheetStyleProperty)

Gets whether the specified cell style setting (property) is set.

Declaration
public override bool IsPropertySet(SheetStyleProperty styleProperty)
Public Overrides Function IsPropertySet(styleProperty As SheetStyleProperty) As Boolean
Parameters
Type Name Description
SheetStyleProperty styleProperty

SheetStyleProperty object

Returns
Type Description
bool

true if is set; false otherwise

Overrides