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


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