Freigeben über


TableType.Empty Method

Definition

Static builder method for constructing a TableType. Use with Add(NamedFormulaType) to construct a Table type.

public static Microsoft.PowerFx.Types.TableType Empty();
static member Empty : unit -> Microsoft.PowerFx.Types.TableType
Public Shared Function Empty () As TableType

Returns

An empty TableType instance.

Applies to