Ejemplo n.º 1
0
        public override IFormat Clone()
        {
            PathTableFormat other = new PathTableFormat( Name, Path, Columns.ToArray() );
            other.SkipRows = SkipRows.ToArray();
            other.SkipColumns = SkipColumns.ToArray();

            return other;
        }
Ejemplo n.º 2
0
        public override IFormat Clone()
        {
            PathTableFormat other = new PathTableFormat(Name, Path, Columns.ToArray());

            other.SkipRows    = SkipRows.ToArray();
            other.SkipColumns = SkipColumns.ToArray();

            return(other);
        }