TableColumn.TotalsRowCellStyle Property

Totals Row Style Name.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 TableColumn
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

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace