Spread Windows Forms 15.0
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)
    public virtual bool IsPropertySet( 
       SheetStyleProperty styleProperty
    )

    Parameters

    styleProperty
    SheetStyleProperty object
    See Also