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

    Parameters

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