Skip to main content
A newer version of this page is available. .
Row

TableColumn.Total Property

Gets the cell that contains the column total.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

Range Total { get; }

Property Value

Type Description
Range

A Range object.

Remarks

To show or hide the table total row, use the Table.ShowTotals property. If the table total row is hidden, the Total property returns null (Nothing in Visual Basic).

A column total cell is highlighted in the following image.

SpreadsheetControl_TableColumn_Total

To specify the content of a column total cell, use the TableColumn.TotalRowFunction, TableColumn.TotalRowFormula, TableColumn.TotalRowArrayFormula or TableColumn.TotalRowLabel property.

To access the cell range that contains the entire total row of the table, use the Table.TotalRowRange property.

See Also