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