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

    Property Value

    The formula.
    See Also