Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IOutlineColumn Interface / setCheckStatus Method
The index of the row.
The check status of the row.
In This Topic
    setCheckStatus Method
    In This Topic
    Sets the check status of the row.
    Syntax
    void setCheckStatus( 
       int row,
       boolean checkStatus
    )

    Parameters

    row
    The index of the row.
    checkStatus
    The check status of the row.
    See Also