Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Formula2R1C1 Property


In This Topic
    Formula2R1C1 Property
    In This Topic
    Gets or sets the formula using R1C1-style notation for this IRange.
    Syntax
    'Declaration
     
    
    Property Formula2R1C1 As String
    'Usage
     
    
    Dim instance As IRange
    Dim value As String
     
    instance.Formula2R1C1 = value
     
    value = instance.Formula2R1C1
    string Formula2R1C1 {get; set;}

    Property Value

    A string value represents the formula using R1C1-style notation of this IRange.
    See Also