Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 964 Bytes

Word.InlineShape.HorizontalLineFormat.md

File metadata and controls

42 lines (25 loc) · 964 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
InlineShape.HorizontalLineFormat property (Word)
vbawd10.chm162005111
vbawd10.chm162005111
Word.InlineShape.HorizontalLineFormat
3e6f3887-d906-a761-d1ee-a4c4560c4888
06/08/2017
medium

InlineShape.HorizontalLineFormat property (Word)

Returns a HorizontalLineFormat object that contains the horizontal line formatting for the specified InlineShape object. Read-only.

Syntax

expression. HorizontalLineFormat

expression A variable that represents a 'InlineShape' object.

Example

This example sets the length of the specified horizontal line to 50% of the window width.

ActiveDocument.InlineShapes(1).HorizontalLineFormat _ 
 .PercentWidth = 50

See also

InlineShape Object

[!includeSupport and feedback]