Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.