Spread Windows Forms 12.0 Product Documentation
IsPropertySet Method (NamedStyle)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > NamedStyle Class : IsPropertySet Method
Syntax
'Declaration
 
Public Overrides Function IsPropertySet( _
   ByVal styleProperty As SheetStyleProperty _
) As Boolean
'Usage
 
Dim instance As NamedStyle
Dim styleProperty As SheetStyleProperty
Dim value As Boolean
 
value = instance.IsPropertySet(styleProperty)
public override bool IsPropertySet( 
   SheetStyleProperty styleProperty
)

Parameters

styleProperty

Return Value

Boolean: true if property is set; false otherwise
See Also

Reference

NamedStyle Class
NamedStyle Members