Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IOutline Interface / SummaryColumn Property


In This Topic
SummaryColumn Property
In This Topic
Gets or sets the location of the summary columns in the outline.
Syntax
'Declaration
 
Property SummaryColumn As SummaryColumn
 
'Usage
 
Dim instance As IOutline
Dim value As SummaryColumn
 
instance.SummaryColumn = value
 
value = instance.SummaryColumn

Property Value

The position of summary column related to the detail columns in the outline.
See Also