Interface CalculateRowsAndColumnsOptions

interface CalculateRowsAndColumnsOptions {
    n: number;
}

Properties

n

Properties

n: number