TableColumn.TotalsRowFormula Property

Totals Row Formula.Represents the element tag in schema: x:totalsRowFormula

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property TotalsRowFormula As TotalsRowFormula
    Get
    Set
'Usage
Dim instance As TableColumn
Dim value As TotalsRowFormula

value = instance.TotalsRowFormula

instance.TotalsRowFormula = value
public TotalsRowFormula TotalsRowFormula { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula
Returns TotalsRowFormula.

See Also

Reference

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace