ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowColCollection Class / MinSize Property

In This Topic
    MinSize Property (RowColCollection)
    In This Topic
    Gets or sets the minimum size for rows and columns in the collection.
    Syntax
    'Declaration
     
    Public Property MinSize As Integer
    public int MinSize {get; set;}
    Remarks
    The MinSize property limits the minimum size of rows or columns when they are resized by the user or adjusted to fit the contents with the AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) or AutoSizeCols(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) method.
    See Also