[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxListCellType.IsFlowLayout

IsFlowLayout Property

IsFlowLayout

Gets or sets whether the check-box-list layout is autofit.

Declaration
public bool IsFlowLayout { get; set; }
Public Property IsFlowLayout As Boolean
Examples
CheckBoxListCellType cellType = new CheckBoxListCellType();
cellType.IsFlowLayout = false;
bool isFlowLayout = cellType.IsFlowLayout;