raindrop 110 你好,
可以通过以下代码获取 table 位置:
- this.textControl1.Tables.Add(10, 10, 11);
- TXTextControl.Table table = this.textControl1.Tables.GetItem(11);
- textControl1.InputPosition = new TXTextControl.InputPosition(table.Cells.GetItem(1, 1).Start - 1);
- TXTextControl.InputPosition tablePostion = textControl1.InputPosition;
复制代码 |