Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Features Property


In This Topic
    Features Property (FpSpread)
    In This Topic
    Gets an IFeatures object that toggles avalable features of FpSpread.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Features As IFeatures
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As IFeatures
     
    value = instance.Features
    public IFeatures Features {get;}
    See Also