Skip to content

Commit 9c60aca

Browse files
authored
Merge pull request #1891 from troyphil/patch-1
Update Word.Table.Shading.md
2 parents 474b251 + 541a28f commit 9c60aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/Word.Table.Shading.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This example applies horizontal line texture to the first table in the active do
3030

3131
```vb
3232
If ActiveDocument.Tables.Count >= 1 Then
33-
With ActiveDocument.Tables(1)Shading
33+
With ActiveDocument.Tables(1).Shading
3434
.Texture = wdTextureHorizontal
3535
End With
3636
End If
@@ -42,4 +42,4 @@ End If
4242

4343
[Table Object](Word.Table.md)
4444

45-
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
45+
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 commit comments

Comments
 (0)