Spread WPF 17
GrapeCity.Excel Namespace / IName Interface / RefersTo Property


In This Topic
    RefersTo Property (IName)
    In This Topic
    Gets or sets the formula which the defined name refers to.
    Syntax
    'Declaration
     
    ReadOnly Property RefersTo As String
    'Usage
     
    Dim instance As IName
    Dim value As String
     
    value = instance.RefersTo
    string RefersTo {get;}
    See Also