Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / WorkbookTable Class / ShowTotalRow Property

In This Topic
    ShowTotalRow Property
    In This Topic
    Indicating whether show the total row for the table.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property ShowTotalRow As Boolean
    [XmlAttribute()]
    public bool ShowTotalRow {get; set;}
    See Also