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


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