Spread Silverlight Documentation
ShowTotalsRow Property (IExcelTable)


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

Reference

IExcelTable Interface
IExcelTable Members