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


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

    Property Value

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