|
|
- e.Graphics.DrawString((e.RowIndex + 1).ToString(), e.InheritedRowStyle.Font, solidBrush, e.RowBounds.Location.X + 15, e.RowBounds.Location.Y + 5);
|
|
|
+ e.Graphics.DrawString((e.RowIndex + 1).ToString(), new System.Drawing.Font("宋体", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))), solidBrush, e.RowBounds.Location.X + 5, e.RowBounds.Location.Y + 5);
|