Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / FormulaLocal Property
In This Topic
    FormulaLocal Property
    In This Topic
    Gets or sets the localized formula of the cells represented by this IRange in A1-style notation.
    Syntax
    System.string FormulaLocal {get; set;}

    Property Value

    The formula.
    See Also