Version

IsTotalsRowVisible Property

Gets or sets the value which indicates whether the row containing column totals should be displayed.
Syntax
public bool IsTotalsRowVisible {get; set;}

Property Value

True if the row containing column totals is visible; False if it is hidden.
Exceptions
ExceptionDescription
System.InvalidOperationException The value is set to True and the table occupies the last row of the worksheet.
Remarks

When the totals row is visible, the cell below each column of data will contain either a calculated value, a text value, or nothing. To display a calculated value in the cell, set the WorksheetTableColumn.TotalFormula. To display a text label, set the WorksheetTableColumn.TotalLabel. If both are set, the calculated value takes precedence.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also