Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Cell Class / Formula Property

In This Topic
    Formula Property
    In This Topic
    Gets or sets the formula of the cell.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <XmlAttributeAttribute()>
    Public Property Formula As String
    [DefaultValue("")]
    [XmlAttribute()]
    public string Formula {get; set;}
    See Also