'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
.