Banana.Document.Cursor

Documentazione • 1 minuti per la lettura
In questo articolo

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.

Javascript
Copy


var currentTable = Banana.document.cursor.tableName;

rowNr

Return the number of the current row.

Javascript
Copy


var currentRow = Banana.document.cursor.rowNr;

columnName

Return the xml name of the current column.

Javascript
Copy


var currentColumn = Banana.document.cursor.columnName;

selectionTop

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

Javascript
Copy


var currentSelectionTop = Banana.document.cursor.selectionTop;

selectionBottom

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

Javascript
Copy


var currentSelectionBottom = Banana.document.cursor.selectionBottom;

Aiutaci a migliorare la documentazione

Sono benvenuti suggerimenti per come migliorare questa pagina.

Informaci quale tema necessita di una spiegazione migliore o come chiarire meglio un argomento.

Condividi questo articolo: Twitter | Facebook | LinkedIn | Email