Esempio n. 1
0
        internal SLPivotTableStyle Clone()
        {
            SLPivotTableStyle pts = new SLPivotTableStyle();

            pts.Name              = this.Name;
            pts.ShowRowHeaders    = this.ShowRowHeaders;
            pts.ShowColumnHeaders = this.ShowColumnHeaders;
            pts.ShowRowStripes    = this.ShowRowStripes;
            pts.ShowColumnStripes = this.ShowColumnStripes;
            pts.ShowLastColumn    = this.ShowLastColumn;

            return(pts);
        }
        internal SLPivotTableStyle Clone()
        {
            SLPivotTableStyle pts = new SLPivotTableStyle();
            pts.Name = this.Name;
            pts.ShowRowHeaders = this.ShowRowHeaders;
            pts.ShowColumnHeaders = this.ShowColumnHeaders;
            pts.ShowRowStripes = this.ShowRowStripes;
            pts.ShowColumnStripes = this.ShowColumnStripes;
            pts.ShowLastColumn = this.ShowLastColumn;

            return pts;
        }