ListObjectShowTotals Property |
Gets and sets whether this ListObject show total row.
Namespace:
Aspose.Cells.Tables
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ShowTotals { get; set; }
Public Property ShowTotals As Boolean
Get
Set
public:
property bool ShowTotals {
bool get ();
void set (bool value);
}
member ShowTotals : bool with get, set
Property Value
Type:
Boolean
See Also