Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtSpContainer Class / childAnchor Property


In This Topic
    childAnchor Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property childAnchor As OfficeArtChildAnchor
    'Usage
     
    
    Dim instance As OfficeArtSpContainer
    Dim value As OfficeArtChildAnchor
     
    instance.childAnchor = value
     
    value = instance.childAnchor
    public OfficeArtChildAnchor childAnchor {get; set;}
    See Also