GrapeCity.Xaml.Excel
TotalsRowLabel Property (ExcelTableColumn)


A string to show in the totals row cell for this column.
Syntax
'Declaration
 
Public Property TotalsRowLabel As String
'Usage
 
Dim instance As ExcelTableColumn
Dim value As String
 
instance.TotalsRowLabel = value
 
value = instance.TotalsRowLabel
public string TotalsRowLabel {get; set;}
Remarks
This setting should be ignored unless the totalsRowFunction equals to none for this column, in which case it is displayed in the totals row.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelTableColumn Class
ExcelTableColumn Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options