Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / SummaryRowsBelowDetail Property


In This Topic
    SummaryRowsBelowDetail Property (ExcelWorksheet)
    In This Topic
    Get or set the direction of the summary rows.
    Syntax
    'Declaration
     
    Public Property SummaryRowsBelowDetail As Boolean
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As Boolean
     
    instance.SummaryRowsBelowDetail = value
     
    value = instance.SummaryRowsBelowDetail
    public bool SummaryRowsBelowDetail {get; set;}

    Property Value

    True if the summary rows below detail, otherwise; false.
    See Also