GrapeCity.Xaml.Excel
ShowTotalsRow Property (ExcelTable)


GrapeCity.Excel Namespace > ExcelTable Class : ShowTotalsRow Property
A Boolean indicating whether the totals row has ever been shown in the past for this table.
Syntax
'Declaration
 
Public Property ShowTotalsRow As Boolean
'Usage
 
Dim instance As ExcelTable
Dim value As Boolean
 
instance.ShowTotalsRow = value
 
value = instance.ShowTotalsRow
public bool ShowTotalsRow {get; set;}
See Also

Reference

ExcelTable Class
ExcelTable Members