Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SummaryRow Property


In This Topic
    SummaryRow Property (LayoutManager)
    In This Topic
    Gets or sets the location of the summary rows in the outline.
    Syntax
    'Declaration
     
    
    Public Property SummaryRow As SummaryRow
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As SummaryRow
     
    instance.SummaryRow = value
     
    value = instance.SummaryRow
    public SummaryRow SummaryRow {get; set;}

    Property Value

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