Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorSheet Class / Anchor Property


In This Topic
    Anchor Property (OfficeArtClientAnchorSheet)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Anchor As AnchorProperties
    'Usage
     
    
    Dim instance As OfficeArtClientAnchorSheet
    Dim value As AnchorProperties
     
    instance.Anchor = value
     
    value = instance.Anchor
    public AnchorProperties Anchor {get; set;}
    See Also