CellType.CellFormula Property
Formula.Represents the element tag in schema: x:f
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property CellFormula As CellFormula
Get
Set
'Usage
Dim instance As CellType
Dim value As CellFormula
value = instance.CellFormula
instance.CellFormula = value
public CellFormula CellFormula { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.CellFormula