Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 934 Bytes

Word.Document.DefaultTabStop.md

File metadata and controls

41 lines (24 loc) · 934 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.DefaultTabStop property (Word)
vbawd10.chm158007344
vbawd10.chm158007344
Word.Document.DefaultTabStop
55c7a9e4-0a25-cd32-36b0-fc9431b1d110
06/08/2017
medium

Document.DefaultTabStop property (Word)

Returns or sets the interval (in points) between the default tab stops in the specified document. Read/write Single.

Syntax

expression. DefaultTabStop

expression A variable that represents a Document object.

Example

This example sets the default tab stops in the active document to 1 inch. The InchesToPoints method is used to convert inches to points.

ActiveDocument.DefaultTabStop = InchesToPoints(1)

See also

Document Object

[!includeSupport and feedback]