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


In This Topic
    Formula Property (IRange)
    In This Topic
    Gets or sets the formula, which will implicitly intersect as required when set, for this IRange.
    Syntax
    'Declaration
     
    
    Property Formula As String
    'Usage
     
    
    Dim instance As IRange
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    string Formula {get; set;}

    Property Value

    A string value represents the formula of this IRange.
    Remarks
    Setting Formula will always result in a formula that will never spill, because implicit intersection will force it to return just one result.
    See Also