Share via


TableActionEntity.ColumnCount Property

Definition

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

UInt32

unsigned int

uint32_t

The number of columns in the table.

Applies to