Search
XmlContext.writeDecimal Method
See Also
 






Write a decimal value with the specified name.

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

 Syntax

Java  Copy Code

public Element writeDecimal (
    BigDecimal decimalValue,
    String elementName,
    Element parentElement
)

 Parameters

decimalValue

elementName

parentElement

 Return Value

 See Also