CellFormula.FormulaType Property
Formula Type.Represents the attribte in schema: t
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "t")> _
Public Property FormulaType As EnumValue(Of CellFormulaValues)
Get
Set
'Usage
Dim instance As CellFormula
Dim value As EnumValue(Of CellFormulaValues)
value = instance.FormulaType
instance.FormulaType = value
[SchemaAttrAttribute(, "t")]
public EnumValue<CellFormulaValues> FormulaType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<CellFormulaValues>
Returns EnumValue<T>.