ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCell Class / Formula Property

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