Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / SummaryColumn Property


In This Topic
    SummaryColumn Property (SheetInfo)
    In This Topic
    Gets or sets the location of the summary columns in the outline.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property SummaryColumn As SummaryColumn
    'Usage
     
    Dim instance As SheetInfo
    Dim value As SummaryColumn
     
    instance.SummaryColumn = value
     
    value = instance.SummaryColumn
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SummaryColumn SummaryColumn {get; set;}

    Property Value

    The position of summary column related to the detail columns in the outline.
    See Also