'Declaration Public Shadows Property Formula As String
'Usage Dim instance As Rows.DefaultRow Dim value As String instance.Formula = value value = instance.Formula
public new string Formula {get; set;}
'Declaration Public Shadows Property Formula As String
'Usage Dim instance As Rows.DefaultRow Dim value As String instance.Formula = value value = instance.Formula
public new string Formula {get; set;}
The default row has no formula. Therefore, the property always returns String.Empty.
This property is available at run time only.