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

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