ts-visio - v1.16.27
    Preparing search index...

    Interface VisioRow

    interface VisioRow {
        Cells: { [name: string]: VisioCell };
        IX?: number;
        N?: string;
        T?: string;
    }
    Index

    Properties

    Properties

    Cells: { [name: string]: VisioCell }
    IX?: number
    N?: string
    T?: string