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


In This Topic
    Formula2 Property (IRange)
    In This Topic
    Gets or sets the formula for this IRange.
    Syntax
    'Declaration
     
    
    Property Formula2 As String
    'Usage
     
    
    Dim instance As IRange
    Dim value As String
     
    instance.Formula2 = value
     
    value = instance.Formula2
    string Formula2 {get; set;}

    Property Value

    A string value represents the formula of this IRange.
    See Also