Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Worksheet Class / IsGroupHeaderAbove Property

In This Topic
    IsGroupHeaderAbove Property
    In This Topic
    Gets or sets whether the summary of the group is above.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonIgnoreAttribute()>
    <XmlIgnoreAttribute()>
    <ObsoleteAttribute("This property has been deprecated. Use the SummaryBelow property instead.")>
    Public Property IsGroupHeaderAbove As Boolean
    [Newtonsoft.Json.JsonIgnore()]
    [XmlIgnore()]
    [Obsolete("This property has been deprecated. Use the SummaryBelow property instead.")]
    public bool IsGroupHeaderAbove {get; set;}
    See Also