AutoCorrect.CorrectTableCells Property
Returns or sets a value that indicates whether to automatically capitalize the first letter of table cells.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CorrectTableCells As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.CorrectTableCells
instance.CorrectTableCells = value
bool CorrectTableCells { get; set; }
Property Value
Type: System.Boolean