[]
Gets or sets the minimum size for rows and columns in the collection.
public int MinSize { get; set; }
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(int, int, int, int, int, AutoSizeFlags) or AutoSizeCols(int, int, int, int, int, AutoSizeFlags) method.