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

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