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); }
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; }