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