Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ColumnHeader Class / DefaultRowHeight Property


In This Topic
    DefaultRowHeight Property (ColumnHeader)
    In This Topic
    Gets or sets the default row height for the column header, in pixels.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(20)>
    Public Property DefaultRowHeight As Double
    'Usage
     
    Dim instance As ColumnHeader
    Dim value As Double
     
    instance.DefaultRowHeight = value
     
    value = instance.DefaultRowHeight
    [DefaultValue(20)]
    public double DefaultRowHeight {get; set;}

    Property Value

    The default row height for the column header. The default value is 20 pixels.
    See Also