CellFormula.FormulaType Property

Definition

Formula Type

Represents the following attribute in the schema: t

[DocumentFormat.OpenXml.SchemaAttr(0, "t")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues> FormulaType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues> FormulaType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "t")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues>? FormulaType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("t")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues>? FormulaType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues>? FormulaType { get; set; }
member this.FormulaType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "t")>]
member this.FormulaType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("t")>]
member this.FormulaType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues> with get, set
Public Property FormulaType As EnumValue(Of CellFormulaValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to