Spread Windows Forms 12.0 Product Documentation
SummaryRow Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IOutline Interface : SummaryRow Property
Gets or sets the location of the summary rows in the outline.
Syntax
'Declaration
 
Property SummaryRow As SummaryRow
'Usage
 
Dim instance As IOutline
Dim value As SummaryRow
 
instance.SummaryRow = value
 
value = instance.SummaryRow
SummaryRow SummaryRow {get; set;}

Property Value

The position of summary row related to the detail rows in the outline.
See Also

Reference

IOutline Interface
IOutline Members