Table.Uniform Property
True if all the rows in a table have the same number of columns.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Uniform As Boolean
Get
'Usage
Dim instance As Table
Dim value As Boolean
value = instance.Uniform
bool Uniform { get; }
Property Value
Type: System.Boolean