Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Anchor Property


In This Topic
    Anchor Property (ExcelShape)
    In This Topic
    Gets or sets the anchor.
    Syntax
    'Declaration
     
    
    Public Property Anchor As AnchorProperties
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As AnchorProperties
     
    instance.Anchor = value
     
    value = instance.Anchor
    public AnchorProperties Anchor {get; set;}

    Property Value

    anchor
    See Also