Example #1
0
        internal static SRCFromCellIndex GetSRCFactory(IVisio.VisSectionIndices sec, IVisio.VisRowIndices row)
        {
            SRCFromCellIndex new_func = (IVisio.VisCellIndices cell) => new VA.ShapeSheet.SRC(sec, row, cell);

            return(new_func);
        }
Example #2
0
        internal static SRCFromCellIndex GetSRCFactory(IVisio.VisSectionIndices sec, IVisio.VisRowIndices row)
        {
            SRCFromCellIndex new_func = cell => new SRC(sec, row, cell);

            return(new_func);
        }