TableColumn.TotalsRowFunction Property

Totals Row Function.Represents the attribte in schema: totalsRowFunction

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

Syntax

'Declaration
<SchemaAttrAttribute(, "totalsRowFunction")> _
Public Property TotalsRowFunction As EnumValue(Of TotalsRowFunctionValues)
    Get
    Set
'Usage
Dim instance As TableColumn
Dim value As EnumValue(Of TotalsRowFunctionValues)

value = instance.TotalsRowFunction

instance.TotalsRowFunction = value
[SchemaAttrAttribute(, "totalsRowFunction")]
public EnumValue<TotalsRowFunctionValues> TotalsRowFunction { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TotalsRowFunctionValues>
Returns EnumValue<T>.

See Also

Reference

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace