Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangedEventArgs Class / Header Property


In This Topic
    Header Property (RowHeightChangedEventArgs)
    In This Topic
    Gets whether the row 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;}
    See Also