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


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