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


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

    Property Value

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