Table.TotalsRowCellStyle Property

Totals Row Style.Represents the attribte in schema: totalsRowCellStyle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "totalsRowCellStyle")> _
Public Property TotalsRowCellStyle As StringValue
    Get
    Set
'Usage
Dim instance As Table
Dim value As StringValue

value = instance.TotalsRowCellStyle

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace