Share via


Table.TotalsRowFormatId Property

Totals Row Format Id.Represents the attribte in schema: totalsRowDxfId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "totalsRowDxfId")> _
Public Property TotalsRowFormatId As UInt32Value
    Get
    Set
'Usage
Dim instance As Table
Dim value As UInt32Value

value = instance.TotalsRowFormatId

instance.TotalsRowFormatId = value
[SchemaAttrAttribute(, "totalsRowDxfId")]
public UInt32Value TotalsRowFormatId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace