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


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