Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / ShowPrecedents Property


In This Topic
    ShowPrecedents Property
    In This Topic
    Gets or sets whether this instance is show precedents.
    Syntax
    'Declaration
     
    
    Public Property ShowPrecedents As Boolean
    'Usage
     
    
    Dim instance As FormulaProvider
    Dim value As Boolean
     
    instance.ShowPrecedents = value
     
    value = instance.ShowPrecedents
    public bool ShowPrecedents {get; set;}

    Property Value

    true if this instance is show precedents; otherwise, false.
    See Also