Visualization
    Preparing search index...

    Interface DataTableValues

    Represents the values held by a DataTable.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    columnCount: number

    Gets the number of columns in this instance.

    name: string

    Gets the name of this instance.