Spread WPF 17
GrapeCity.Excel Namespace / ExcelImage Class / Anchor Property


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