MindFusion.Wpf Pack Programmer's Guide
XmlContext.WriteFloatAttribute Method
See Also
 





Writes a float value with the specified name.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void WriteFloatAttribute (
    float value,
    XName name,
    XElement element
)

Visual Basic  Copy Code

Public Sub WriteFloatAttribute( _
    value As Single, _
    name As XName, _
    element As XElement _
)

 Parameters

value

The value to write.

name

An instance of the .NET XName class that specifies the name of the new attribute.

element

An instance of the .NET XElement class that specifies the element to add the new attribute to.

 See Also

XmlContext Members
XmlContext Class
MindFusion.Spreadsheet.Wpf Namespace