Spread Silverlight Documentation
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 System.Boolean
'Usage
 
Dim instance As ExcelTable
Dim value As System.Boolean
 
instance.ShowTotalsRow = value
 
value = instance.ShowTotalsRow
public System.bool ShowTotalsRow {get; set;}
See Also

Reference

ExcelTable Class
ExcelTable Members