Search
XmlContext.writeUShort Method
See Also
 






Writes an unsigned short value with the specified name.

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

 Syntax

Java  Copy Code

public Element writeUShort (
    short ushortValue,
    String elementName,
    Element parentElement
)

 Parameters

ushortValue

elementName

parentElement

 Return Value

 See Also