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

    Parameters

    row
    The index of the row.

    Return Value

    Whether the specified row is checked.
    See Also