Exemple #1
0
        public override object Clone()
        {
            var ns = new Altaxo.Worksheet.DoubleColumnStyle(this);

            return(ns);
        }
 public override object Clone()
 {
   Altaxo.Worksheet.DoubleColumnStyle ns = new Altaxo.Worksheet.DoubleColumnStyle(this);
   return ns;
 }
        private static void DoubleColumnStyle_Paint(Altaxo.Worksheet.DoubleColumnStyle thiss, object drawingContext, RectangleD2D cellRect, int nRow, Altaxo.Data.DataColumn data, bool bSelected)
        {
            string myString = ((Altaxo.Data.DoubleColumn)data)[nRow].ToString();

            GeneralText_Paint(thiss, drawingContext, cellRect, myString, TextAlignment.Right, bSelected);
        }