'Declaration Public Property IsAbsolute As Boolean
'Usage Dim instance As FormulaTextBox Dim value As Boolean instance.IsAbsolute = value value = instance.IsAbsolute
public bool IsAbsolute {get; set;}
Property Value
true
if the formula is absolute style; otherwise, false
.