[]
Gets or sets whether the box size changes with the font size.
public bool AutoBoxSize { get; set; }
Public Property AutoBoxSize As Boolean
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.AutoBoxSize = true;
bool autoBoxSize = cellType.AutoBoxSize;