Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / Height Property


In This Topic
    Height Property (Row)
    In This Topic
    Gets or sets the height, in pixels, of the cells in this row.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(20)>
    Public Property Height As Double
    'Usage
     
    Dim instance As Row
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    [DefaultValue(20)]
    public double Height {get; set;}

    Property Value

    The height of cells in this row, in pixels. The default value is 20 pixels.
    Exceptions
    ExceptionDescription
    The specified height is out of range; must be between -1 and 9,999,999 pixels.
    See Also