Ejemplo n.º 1
0
        internal SLTableStyleInfo Clone()
        {
            SLTableStyleInfo tsi = new SLTableStyleInfo();

            tsi.Name              = this.Name;
            tsi.ShowFirstColumn   = this.ShowFirstColumn;
            tsi.ShowLastColumn    = this.ShowLastColumn;
            tsi.ShowRowStripes    = this.ShowRowStripes;
            tsi.ShowColumnStripes = this.ShowColumnStripes;

            return(tsi);
        }
Ejemplo n.º 2
0
        internal SLTableStyleInfo Clone()
        {
            SLTableStyleInfo tsi = new SLTableStyleInfo();
            tsi.Name = this.Name;
            tsi.ShowFirstColumn = this.ShowFirstColumn;
            tsi.ShowLastColumn = this.ShowLastColumn;
            tsi.ShowRowStripes = this.ShowRowStripes;
            tsi.ShowColumnStripes = this.ShowColumnStripes;

            return tsi;
        }