Spread WPF 17
GrapeCity.Excel Namespace / AbsoluteAnchor Class / Width Property


In This Topic
    Width Property (AbsoluteAnchor)
    In This Topic
    Specifies a width of the absolute anchor
    Syntax
    'Declaration
     
    Public Property Width As Double
    'Usage
     
    Dim instance As AbsoluteAnchor
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    public double Width {get; set;}
    See Also