Spread WPF 17
GrapeCity.Excel Namespace / NamedCellRange Class / RefersToR1C1 Property


In This Topic
    RefersToR1C1 Property (NamedCellRange)
    In This Topic
    Gets or sets the formula which the defined name refers to in R1C1 notation.
    Syntax
    'Declaration
     
    Public ReadOnly Property RefersToR1C1 As String
    'Usage
     
    Dim instance As NamedCellRange
    Dim value As String
     
    value = instance.RefersToR1C1
    public string RefersToR1C1 {get;}
    See Also