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

In This Topic
    SummaryBelow Property
    In This Topic
    Gets or sets a value indicating whether summary rows appear below or above detail rows.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property SummaryBelow As Boolean
    [XmlAttribute()]
    public bool SummaryBelow {get; set;}
    See Also