Interface RowCount

Add row count as column

interface RowCount {
    name: string;
    offset: string;
}

Properties

Properties

name: string

name of column

offset: string

offset

Generated using TypeDoc