Search
XmlContext.writeULong Method
See Also
 






Writes an unsigned long value with the specified name.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Element writeULong (
    long ulongValue,
    String elementName,
    Element parentElement
)

 Parameters

ulongValue

elementName

parentElement

 Return Value

 See Also