TableColumn.TotalsRowLabel Property

Totals Row Label.Represents the attribte in schema: totalsRowLabel

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

Syntax

'Declaration
<SchemaAttrAttribute(, "totalsRowLabel")> _
Public Property TotalsRowLabel As StringValue
    Get
    Set
'Usage
Dim instance As TableColumn
Dim value As StringValue

value = instance.TotalsRowLabel

instance.TotalsRowLabel = value
[SchemaAttrAttribute(, "totalsRowLabel")]
public StringValue TotalsRowLabel { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace