If the NamedObject refers to a named range, Formula returns the formula associated with the range, e.g. "=Sheet1!A1:G10".

public System.String Formula{ get; }
Public ReadOnly Property Formula() As String
String rangeFormula = namedObj.Formula;
Dim rangeFormula As String = namedObj.Formula