Share via


Table.TotalsRowShown Property

Totals Row Shown.Represents the attribte in schema: totalsRowShown

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

Syntax

'Declaration
<SchemaAttrAttribute(, "totalsRowShown")> _
Public Property TotalsRowShown As BooleanValue
    Get
    Set
'Usage
Dim instance As Table
Dim value As BooleanValue

value = instance.TotalsRowShown

instance.TotalsRowShown = value
[SchemaAttrAttribute(, "totalsRowShown")]
public BooleanValue TotalsRowShown { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace