Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IOutline Interface / SummaryRow Property


In This Topic
    SummaryRow Property
    In This Topic
    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