Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / HeaderHeight Property


In This Topic
    HeaderHeight Property
    In This Topic
    Gets or sets the height of the column headers row. This is a dependency property.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.Windows.LengthConverter)>
    Public Property HeaderHeight As Double
    'Usage
     
    Dim instance As GcListBox
    Dim value As Double
     
    instance.HeaderHeight = value
     
    value = instance.HeaderHeight
    [TypeConverter(System.Windows.LengthConverter)]
    public double HeaderHeight {get; set;}

    Property Value

    The height of the column headers row in pixels. The default is Double.NaN.
    Exceptions
    ExceptionDescription
    When setting this property, the specified value is less than 4 or greater than 32768.
    See Also