Case cell (Character section)

Case cell (Character section)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Section         Rows

Determines the case of a shape's text. All capital (uppercase) letters (1) and initial capital letters (2) do not change the appearance of text that was entered in all capital letters. The text must be entered in lowercase letters for these options to show an effect.

Value

Description

Automation constant

0

Normal case

visCaseNormal

1

All capital (uppercase) letters

visCaseAllCaps

2

Initial capital letters only

visCaseInitialCaps

Remarks

To reference the Case cell by name from another formula, or from a program using the Cells property, use:

Cell name:

Char.Case[i]
where i = <1>, 2, 3, …

To reference the Case cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionCharacter

Row index:

visRowCharacter + i
where i = 0, 1, 2, …

Cell index:

visCharacterCase