Interface DataTableValues

Represents the values held by a DataTable.

interface DataTableValues {
    columnCount: number;
    name: string;
}

Hierarchy (view full)

Properties

Properties

columnCount: number

Gets the number of columns in this instance.

name: string

Gets the name of this instance.