Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFSP Class / fChild Property


In This Topic
    fChild Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fChild As Boolean
    'Usage
     
    
    Dim instance As OfficeArtFSP
    Dim value As Boolean
     
    instance.fChild = value
     
    value = instance.fChild
    public bool fChild {get; set;}
    See Also