Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / OutlineSettings Class / SummaryBelow Property


In This Topic
    SummaryBelow Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SummaryBelow As Boolean
    'Usage
     
    
    Dim instance As OutlineSettings
    Dim value As Boolean
     
    instance.SummaryBelow = value
     
    value = instance.SummaryBelow
    public bool SummaryBelow {get; set;}
    See Also