ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ExtendLastCol Property

In This Topic
    ExtendLastCol Property (C1FlexPivotGrid)
    In This Topic
    Gets or sets whether the last column should be extended to fill the control.
    Syntax
    'Declaration
     
    Public Property ExtendLastCol As Boolean
    public bool ExtendLastCol {get; set;}
    Remarks
    This property only affects painting. It does not modify the C1.Win.C1FlexGrid.Column.Width property of the last column.
    See Also