DefinedName.Function Property

Function.Represents the attribte in schema: function

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

Syntax

'Declaration
<SchemaAttrAttribute(, "function")> _
Public Property Function As BooleanValue
    Get
    Set
'Usage
Dim instance As DefinedName
Dim value As BooleanValue

value = instance.Function

instance.Function = value
[SchemaAttrAttribute(, "function")]
public BooleanValue Function { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

DefinedName Class

DefinedName Members

DocumentFormat.OpenXml.Spreadsheet Namespace