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

    Interface VisioSection

    interface VisioSection {
        Cells?: { [name: string]: VisioCell };
        N: string;
        Rows: VisioRow[];
    }
    Index

    Properties

    Properties

    Cells?: { [name: string]: VisioCell }
    N: string
    Rows: VisioRow[]