Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IOutlineColumn Interface / GetCollapsed Method
The index of the row to get collapsed.
In This Topic
    GetCollapsed Method
    In This Topic
    Gets the collapsed of the row.
    Syntax
    System.bool GetCollapsed( 
       System.int row
    )

    Parameters

    row
    The index of the row to get collapsed.

    Return Value

    Whether the specified row is collapsed.
    See Also