Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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
    System.bool GetCheckStatus( 
       System.int row
    )

    Parameters

    row
    The index of the row.

    Return Value

    Whether the specified row is checked.
    See Also