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


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