1. Index
Row and column automatic index
-
Index of rows
The column to show the row indexes is set by <Cfg> RowIndex
, here is set to Index column.
If the column with row indexes does not exist, it is created as the first left column. Here is shown right to the row panel, therefore it is defined to control its position.
Here creates the row index for all rows except deleted. It is set by <Cfg> RowIndexType='6'.
Here the row index consists from letters A-Z. It is set by <Cfg> RowIndexChars="ABCDEFGHIJKLMNOPQRSTUVWXYZ".
Here the row index starts from "AA", it is set by <Cfg> RowIndexStart="27" (as 1 for "A" + 26 characters).
Index of columns
The row to show the column indexes is set by <Cfg> ColIndex
, here is set to main Header row.
If the row with column indexes does not exist, it is created as the last head row.
Here creates the column index for all columns except deleted. It is set by <Cfg> ColIndexType='6'.
Here the column index consists from numbers 0-9. It is set by <Cfg> ColIndexChars="0123456789".
If the ColIndexChars was empty, the column index would be normal number. Defining it to "0123456789" lets to start the index by 0.
Here the column index starts from "001", it is set by <Cfg> ColIndexStart="112" (as 2 for "1" (1 is for "0") + 10 2nd + 100 3rd).
Automatic empty data
Here are created 20 empty columns. It is set by <Cfg> AutoCols
='20'. The columns have set Def="Auto".
Here are created 50 empty rows. It is set by <Cfg> AutoRows
='50'. The rows have set Def="R" like any other row without Def set.
Other features
-
Columns can be moved by dragging column header. It is default behavior.
Columns can be selected, deleted and copied. It is set by <Cfg ColAdding="1" ColDeleting="1" SelectingCols="1"/>.
Here is defined top panel for columns with default buttons Select, Delete and Copy. It is set by placing <Panel/> tag in <Head> section.
Columns can copied by dragging column header with Ctrl.
-
Rows can be moved by dragging the Index column. It is default behavior. Dragging by other columns is overridden by focusing cells by FocusRect.
Rows can be copied by dragging the Index column with Ctrl. It is default behavior.
Rows can be selected, deleted and copied. It is default behavior.
Here is modified left panel for rows with added button Copy. It is set by <Panel Copy='1'/>.
-
Cell range can be focused by mouse dragging. It is set by <Cfg> FocusRect='5'.
Enter moves cursor down. It is set by <Cfg> EnterMode='1'.
All actions can be undone, including focus. It is set by <Cfg> Undo='15'.