GrapeCity.Documents.Excel Namespace / IRange Interface / Formula2 Property
In This Topic
Formula2 Property (IRange)
In This Topic
Gets or sets the formula of the cells represented by this IRange in A1-style array notation.
Syntax
System.string Formula2 {get; set;}

Property Value

The formula.
See Also