Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFDGGBlock Class / head Property


In This Topic
    head Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property head As OfficeArtFDGG
    'Usage
     
    
    Dim instance As OfficeArtFDGGBlock
    Dim value As OfficeArtFDGG
     
    instance.head = value
     
    value = instance.head
    public OfficeArtFDGG head {get; set;}
    See Also