Forces a cell's text to UPPER or LOWER case.
Usage
Set_Property(OLECtrlEntID, "OLE.CellCase[field; record]", OptionValue)
Values
OptionValue can be set to one of the following valid options:
| Value | Abbr. | Description |
|---|---|---|
| None | N | No case is forced |
| Lower | L | Force the cell's text to be lowercase |
| Upper | U | Force the cell's text to be uppercase |
Default: None
Indices
| Index | Description |
|---|---|
| field | Index to an existing field |
| record | Index to an existing record |
Remarks
The CellCase property can be used to force a cell or group of cell's to be uppercase or lowercase.
Due to the inherent nature of Windows Edit Lines, a user can successfully paste text of any case into a cell when in edit mode.