Spread Silverlight Documentation
Formula Property (IExcelCell)


GrapeCity.Excel Namespace > IExcelCell Interface : Formula Property
Gets or sets the A1 reference style formula.
Syntax
'Declaration
 
Property Formula As System.String
'Usage
 
Dim instance As IExcelCell
Dim value As System.String
 
instance.Formula = value
 
value = instance.Formula
System.string Formula {get; set;}

Property Value

The A1 reference style formula.
See Also

Reference

IExcelCell Interface
IExcelCell Members