Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / SummaryColumnsToRightOfDetail Property


In This Topic
    SummaryColumnsToRightOfDetail Property (IExcelWorksheet)
    In This Topic
    Get or set the direction of the summary columns.
    Syntax
    'Declaration
     
    Property SummaryColumnsToRightOfDetail As Boolean
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As Boolean
     
    instance.SummaryColumnsToRightOfDetail = value
     
    value = instance.SummaryColumnsToRightOfDetail
    bool SummaryColumnsToRightOfDetail {get; set;}

    Property Value

    True if the summary columns to right of detail, otherwise; false.
    See Also