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