Table.Uniform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if all the rows in a table have the same number of columns.
public:
property bool Uniform { bool get(); };
public bool Uniform { get; }
member this.Uniform : bool
Public ReadOnly Property Uniform As Boolean