These are new properties and methods in the new version 6.8

Properties

ColTextArithmeticOp
Returns/sets a value that indicates whether or not the text box can use arithmetic operators (addition, subtraction, multiplication, division).

ColTextMaxLength
Returns/sets the maximum number of characters that can be entered in the text box.

ColTextNumericOnly
Returns/sets a value whether or not the text box will only accept numbers.

SearchStartPos
Returns/sets the start row when using SearchRow method.

SpanOrder
Returns/sets the span order of the specified column. For example, the code below will span columns 3 and 5 :
SpanOrder(3) = 1
SpanOrder(5) = 2
Span

Methods

HideToolTip
Hides the tool tip.

Span
Spans rows. To use with SpanOrder property.

TBoxShowToolTip
Shows the tooltip when the mouse is over the text box.


2009-04-12 - Version 6.8 rev. 11

Fix a problem when using PrintingCells with a grid containing checkbox.