720
SortStyle
Sort
without Nulls. Determines if cells
with null
values are
to included in the sort.
Sortstyle values
indicate the
following: 0=Null values
are sorted;
1=Null values are
excluded and
cells will
remain at the
bottom of the
grid (Excel-like
style).
StateBitmaps$
List
of images used
to display states. Separated by vertical
bars; e.g.,
"!Stop|!Print". A maximum
of 15 images can be applied
to this property.
See
SwapEnabled
Column
swap enabled:
1=Yes, 0=No.
Default:
0.
TabMode
Movement
setting for
Tab key:
0=Normal Processing
(exits grid);
1=Move right
across a grid
by column, exit
on last column;
2=Move right across
a grid by column,
wrap to first
column; 3=Move down
by row, hold
on last row;
4=Move down by row,
return
to column 1, hold on last
row. Default: 0.
Tbl$
Translation
table. Returns table
of values representing
selections. Single-character
values are
returned by default;
however, multi-character
translations are
supported
for DROP_BOX
and LIST_BOX
when length
is set via
the 'TblWidth
property.
TblWidth
Table
width. Sets length
of each of the
items in the
'Tbl$ property. It can
be set to any
positive value
(default is 1).
Setting to zero
indicates that
'Tbl$ contains a delimited
string, with
the last
character of the
string being
the delimiter
character.
Text$
Text
of item or label. In a grid,
this property
applies to "Button" cell
types only.
TextColour$
p.723. Default:
"DEFAULT".
TextColor$
Foreground
text colour US spelling.
See above.
TickPerUnit
Display
units in grid
"ruler". Sets
the number
of ruler-style "ticks" between
numbers
(units) displayed
in the header
cells (row
and column)
of the grid;
e.g.,
'TickPerUnit=8 will
display a number
every 8 ticks
on the ruler
and causes
median
points (at
'TickPerUnit/2)
to appear slightly
larger. Ruler
numbers begin
at zero and
count upwards
by whole numbers,
but will
be reset to zero
again if the
header cell
contains a 'Value$ greater than
null. Default: 0.