Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / WorkbookTableColumn Class / TotalRowLabel Property

In This Topic
    TotalRowLabel Property
    In This Topic
    Gets or sets the string to show in the totals row cell for the column.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property TotalRowLabel As String
    [XmlAttribute()]
    public string TotalRowLabel {get; set;}
    See Also