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


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