qq1254582201 发表于 2022-11-9 09:33:37

已有 8 人购买  本主题需向作者支付 1 个明经币 才能浏览 购买主题

qq1254582201 发表于 2022-11-9 09:41:56

public static void PrintCellStylesInfo(Editor ed,TableStyle ts)
      {
            foreach (var cs in ts.CellStyles)
            {
                ed.WriteMessage(string.Format("{0}CellStyle Type: '{1}'; CellStyle.ToString: {2}",
                              Environment.NewLine, cs.GetType(), cs.ToString()));
            }
      }

页: [1]
查看完整版本: C# CAD table 创建CAD表格的样式