TableActionEntity.ColumnCount 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.
Gets the number of columns in the table.
public:
property unsigned int ColumnCount { unsigned int get(); };
uint32_t ColumnCount();
public uint ColumnCount { get; }
var uInt32 = tableActionEntity.columnCount;
Public ReadOnly Property ColumnCount As UInteger
Property Value
The number of columns in the table.