Freigeben über


CellFormula.FormulaType-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<CellFormulaValues>
Returns EnumValue<T>.

Siehe auch

Referenz

CellFormula Klasse

CellFormula-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace