Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsPropertySet Method
SheetStyleProperty object


In This Topic
IsPropertySet Method (StyleInfo)
In This Topic
Gets whether the specified cell style setting (property) is set.
Syntax
'Declaration
 
Public Overridable Function IsPropertySet( _
   ByVal styleProperty As SheetStyleProperty _
) As Boolean
 
'Usage
 
Dim instance As StyleInfo
Dim styleProperty As SheetStyleProperty
Dim value As Boolean
 
value = instance.IsPropertySet(styleProperty)

Parameters

styleProperty
SheetStyleProperty object
See Also