Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtSpContainer Class / clientAnchor Property


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