Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / TotalsRowBorderFormatting Property


In This Topic
TotalsRowBorderFormatting Property
In This Topic
Gets the totals row border format.
Syntax
'Declaration
 
Public ReadOnly Property TotalsRowBorderFormatting As DifferentialFormat
 
'Usage
 
Dim instance As Table
Dim value As DifferentialFormat
 
value = instance.TotalsRowBorderFormatting

Property Value

A DifferentialFormat object represents the totals row border format.
See Also