In this article
Banana.Document.Row is the interface of a row.
Properties
isEmpty
Return true if the row is completly empty.
isValid
Return true if the object is valid.
Deprecated since 7.0.7.0.
rowNr
Return the index of the row.
Methods
addMessage(msg [, columnName])
Add the message msg to the document. The message is showed in the pane "Messages", and in a dialog if the application option "Show Messages" is turned on.
If columnName is not empty, the message is connected to the column columnName. With a double click over message in the message pane, the cursor jump to the corresponding table, rowNr and columnName.
See also: Application.AddMessage, Table.AddMessage, Document.AddMessage.
value(columnName)
Return the value in column columnName. If the column is not found or the object is invalid it return the value undefined.