RevisionDefinedName.Formula Property

Formula.Represents the element tag in schema: x:formula

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Formula As Formula
    Get
    Set
'Usage
Dim instance As RevisionDefinedName
Dim value As Formula

value = instance.Formula

instance.Formula = value
public Formula Formula { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Formula
Returns Formula.

See Also

Reference

RevisionDefinedName Class

RevisionDefinedName Members

DocumentFormat.OpenXml.Spreadsheet Namespace