Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

nlPrintTopCellFooter

nlPrintTopCellFooter( 
o_formatter 
o_cellView 
) 
=> t / nil

Description

Writes the top cell view footer. This function prints an empty line and calls nlPrintTopCellFooterComments.

Arguments

o_formatter

The formatter object.

o_cellView

The object representing the cell view.

Value Returned

t

The footer is printed.

nil

There is an error.

Examples

The following example prints the top cellview footer information:

defmethod( nlPrintTopCellFooter ((formatter
xyzFormatter) cv)
callNextMethod()
myTopCellFooter()
=> t
)


Return to top
 ⠀
X