Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Summary Property


In This Topic
    Summary Property
    In This Topic
    Gets a value indicating whether the range is an outlining summary row or column.
    Syntax
    'Declaration
     
    
    ReadOnly Property Summary As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim value As Boolean
     
    value = instance.Summary
    bool Summary {get;}

    Property Value

    true if the range is an outlining summary row or column; otherwise, false.
    See Also