Case cell (Character section)

Microsoft Office ShapeSheet

Case cell (Character section)

See also       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