Spread WPF 17
GrapeCity.Excel Namespace / IExcelImage Interface / Anchor Property


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

    Property Value

    The anchor.
    See Also