[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RadioButtonListCellType.IsFlowLayout

IsFlowLayout Property

IsFlowLayout

Gets or sets whether the radio button list layout is autofit.

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