Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RowHeightChangedEventArgs Class / Header Property


In This Topic
    Header Property (RowHeightChangedEventArgs)
    In This Topic
    Gets whether the rows indexes are column header rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property Header As Boolean
    'Usage
     
    Dim instance As RowHeightChangedEventArgs
    Dim value As Boolean
     
    value = instance.Header
    public bool Header {get;}

    Property Value

    A bool value that indicates whether the rows indexes are column header rows.
    See Also