FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCol Class / HeaderHorizontalAlignment Property

In This Topic
    HeaderHorizontalAlignment Property
    In This Topic
    Gets or sets the HorizontalAlignment of the header cells in this row/column.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.FlexGrid.NullableObjectConverter`1)> 
    <DefaultValueAttribute("")> 
    Public Property HeaderHorizontalAlignment As Nullable(Of HorizontalAlignment)
    [TypeConverter(C1.WPF.FlexGrid.NullableObjectConverter`1)] 
    [DefaultValue("")] 
    public Nullable<HorizontalAlignment> HeaderHorizontalAlignment {get; set;}
    See Also