Formula Property (Column)
Gets or sets the formula for cells in this column.
public string Formula {get; set;}
'Declaration
Public Property Formula As String
'Usage
Dim instance As Column
Dim value As String
instance.Formula = value
value = instance.Formula