Banana.Document.Cursor

Dokumentation •
In diesem Artikel

Banana.Document.Cursor is the interface to the cursor and can be accessed through Banana.document.cursor.

Properties

tableName

Return the xml name of the current table.



var currentTable = Banana.document.cursor.tableName;

rowNr

Return the number of the current row.



var currentRow = Banana.document.cursor.rowNr;

columnName

Return the xml name of the current column.



var currentColumn = Banana.document.cursor.columnName;

selectionTop

Return the index of the top row of the current selection.



var currentSelectionTop = Banana.document.cursor.selectionTop;

selectionBottom

Return the index of the bottom row of the current selection.



var currentSelectionBottom = Banana.document.cursor.selectionBottom;

Helfen Sie uns, unsere Dokumentation zu verbessern

Ihre Anregungen, wie wir diese Seite verbessern könnten, sind uns jederzeit willkommen.

Sagen Sie uns bitte, welches Thema eine bessere Erklärung braucht oder wie wir ein Argument verständlicher erklären könnten.

Diesen Artikel teilen: Twitter | Facebook | LinkedIn | Email