'Declaration Public Property Formula As String
'Declaration
Public Property Formula As String
'Usage Dim instance As Cell Dim value As String instance.Formula = value value = instance.Formula
'Usage
Dim instance As Cell Dim value As String instance.Formula = value value = instance.Formula
public string Formula {get; set;}
Cell Class Cell Members