Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CheckBoxListCellType Class / setIsFlowLayout Method
True if the check-box-list's layout is autofit, false otherwise.
In This Topic
    setIsFlowLayout Method
    In This Topic
    Sets the check-box-list's layout is autofit.
    Syntax
    public void setIsFlowLayout( 
       boolean isFlowLayout
    )

    Parameters

    isFlowLayout
    True if the check-box-list's layout is autofit, false otherwise.
    See Also