IsValidCellText

Indicates whether a string exceeds the application’s maximum cell text size.

Tip:

To return the maximum number of characters allowed for cell text, use GetMaxCellTextSize.

Syntax

<HsvData>.IsValidCellText(bstrCellText)

Argument

Description

bstrCellText

String (ByVal). The string to test.

Return Value

Boolean. Returns TRUE if the string does not exceed the maximum cell text size, FALSE otherwise.