Share via


Table.TotalsRowBorderFormatId Property

Totals Row Border Format Id.Represents the attribte in schema: totalsRowBorderDxfId

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

Syntax

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

value = instance.TotalsRowBorderFormatId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace