ComponentOne Web API Edition
IsGroupHeaderAbove Property

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

Reference

Worksheet Class
Worksheet Members