다음을 통해 공유


AxisTitle.Characters Property (Excel)

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

Syntax

.Characters(Start, Length)

A variable that represents an AxisTitle object.

Parameters

Name

Required/Optional

Data Type

Description

Start

선택

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

선택

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 Characters object isn't a collection.

참고 항목

개념

AxisTitle Object Members

AxisTitle Object