Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FeatHdr Class / isf Property


In This Topic
    isf Property
    In This Topic
    Gets or sets the isf.
    Syntax
    'Declaration
     
    
    Public Property isf As SharedFeatureType
    'Usage
     
    
    Dim instance As FeatHdr
    Dim value As SharedFeatureType
     
    instance.isf = value
     
    value = instance.isf
    public SharedFeatureType isf {get; set;}

    Property Value

    The isf.
    See Also