Search
XmlContext.WriteFloatAttribute Method
See Also
 






Writes a float value with the specified name.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 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

name

element

 See Also