Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCell Class / Formula Property

In This Topic
    Formula Property (XLCell)
    In This Topic
    Gets or sets a string that specifies a formula of the cell.
    Syntax
    'Declaration
     
    
    Public Property Formula As String
    public string Formula {get; set;}
    See Also