Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 823 Bytes

Word.Rows.LeftIndent.md

File metadata and controls

41 lines (24 loc) · 823 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Rows.LeftIndent property (Word)
vbawd10.chm155975689
vbawd10.chm155975689
Word.Rows.LeftIndent
bb5ee915-a41a-e447-7326-b6b6e0e2d6d2
06/08/2017
medium

Rows.LeftIndent property (Word)

Returns or sets a Single that represents the left indent value (in points) for the specified table rows. Read/write.

Syntax

expression. LeftIndent

expression A variable that represents a Rows object.

Example

This example sets the left indent for all rows in the first table in the active document.

ActiveDocument.Tables(1).Rows.LeftIndent = InchesToPoints(1)

See also

Rows Collection Object

[!includeSupport and feedback]