Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.31 KB

Excel.DisplayFormat.Characters.md

File metadata and controls

45 lines (26 loc) · 1.31 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DisplayFormat.Characters property (Excel)
vbaxl10.chm893074
vbaxl10.chm893074
Excel.DisplayFormat.Characters
42e0518f-204d-c0cd-2401-dd1fb8f142e4
04/25/2019
medium

DisplayFormat.Characters property (Excel)

Returns a Characters object that represents a range of characters within the text of the associated Range object as it is displayed in the current user interface. Read-only.

Syntax

expression.Characters (Start, Length)

expression A variable that represents a DisplayFormat object.

Parameters

Name Required/Optional Data type Description
Start Optional Variant The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.
Length Optional Variant The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).

Return value

Characters

Remarks

The Characters object is not a collection.

[!includeSupport and feedback]