nlPrintTopCellFooter
nlPrintTopCellFooter(o_formattero_cellView) => t / nil
Description
Writes the top cell view footer. This function prints an empty line and calls nlPrintTopCellFooterComments.
Arguments
Value Returned
Examples
The following example prints the top cellview footer information:
defmethod( nlPrintTopCellFooter ((formatter
xyzFormatter) cv)
callNextMethod()
myTopCellFooter()
=> t
)
Return to top