WorksheetFunction.Proper(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. Converts all other letters to lowercase letters.
public:
System::String ^ Proper(System::String ^ Arg1);
public string Proper (string Arg1);
Public Function Proper (Arg1 As String) As String
Parameters
- Arg1
- String
Text - text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing the text you want to partially capitalize.