Table.TotalsRowCount Property

Totals Row Count.Represents the attribte in schema: totalsRowCount

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

Syntax

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

value = instance.TotalsRowCount

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace