[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxCellType.AutoBoxSize

AutoBoxSize Property

AutoBoxSize

Gets or sets whether the box size changes with the font size.

Declaration
public bool AutoBoxSize { get; set; }
Public Property AutoBoxSize As Boolean
Examples
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.AutoBoxSize = true;
bool autoBoxSize = cellType.AutoBoxSize;