Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 918 Bytes

Word.Rows.SpaceBetweenColumns.md

File metadata and controls

43 lines (26 loc) · 918 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Rows.SpaceBetweenColumns property (Word)
vbawd10.chm155975686
vbawd10.chm155975686
Word.Rows.SpaceBetweenColumns
286e0236-eab3-18d2-926a-d27e2516e62b
06/08/2017
medium

Rows.SpaceBetweenColumns property (Word)

Returns or sets the distance (in points) between text in adjacent columns of the specified row or rows. Read/write Single.

Syntax

expression. SpaceBetweenColumns

expression Required. A variable that represents a Rows object.

Example

This example returns the distance (in points) between columns in the selected table rows.

If Selection.Information(wdWithInTable) = True Then 
 MsgBox Selection.Rows.SpaceBetweenColumns 
End If

See also

Rows Collection Object

[!includeSupport and feedback]