Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / IsPropertySet Method


In This Topic
    IsPropertySet Method (NamedStyle)
    In This Topic
    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
    See Also