Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Row Class / Collapsed Property

In This Topic
    Collapsed Property
    In This Topic
    Gets or sets a value indicating if the rows 1 level of outlining deeper than the current row are in the collapsed outline state.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <XmlAttributeAttribute()>
    Public Property Collapsed As Boolean
    [DefaultValue(false)]
    [XmlAttribute()]
    public bool Collapsed {get; set;}
    See Also