We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 474b251 + 541a28f commit 9c60acaCopy full SHA for 9c60aca
api/Word.Table.Shading.md
@@ -30,7 +30,7 @@ This example applies horizontal line texture to the first table in the active do
30
31
```vb
32
If ActiveDocument.Tables.Count >= 1 Then
33
- With ActiveDocument.Tables(1)Shading
+ With ActiveDocument.Tables(1).Shading
34
.Texture = wdTextureHorizontal
35
End With
36
End If
@@ -42,4 +42,4 @@ End If
42
43
[Table Object](Word.Table.md)
44
45
-[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
+[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
0 commit comments