WorksheetFunction.Asc(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.
For Double-byte character set (DBCS) languages, changes full-width (double-byte) characters to half-width (single-byte) characters.
public:
System::String ^ Asc(System::String ^ Arg1);
public string Asc (string Arg1);
Public Function Asc (Arg1 As String) As String
Parameters
- Arg1
- String
The text or a reference to a cell that contains the text you want to change. If text does not contain any full-width letters, text is not changed.