Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (26 loc) · 1.31 KB

datalabel-characters-property-powerpoint.md

File metadata and controls

47 lines (26 loc) · 1.31 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
DataLabel.Characters Property (PowerPoint)
vbapp10.chm66139
vbapp10.chm66139
powerpoint
PowerPoint.DataLabel.Characters
0ac6cc61-6a4e-df5a-44c8-754dc08c381f
06/08/2017

DataLabel.Characters Property (PowerPoint)

Returns a ChartCharacters object that represents a range of characters within the object text. You can use the ChartCharacters object to format characters within a text string.

Syntax

expression. Characters( Start, Length )

expression A variable that represents a DataLabel 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).

Remarks

The ChartCharacters object is not a collection.

See also

Concepts

DataLabel Object