Reach ActiveX or Form objects (textbox) from codebehind in an Excel document

后端 未结 5 1491
别跟我提以往
别跟我提以往 2021-01-11 23:43

There are several textboxes in an excel file as ActiveX objects and I want to reach them from codebehind.

I am using ClosedXML for other fields, but I am open for ot

5条回答
  •  天涯浪人
    2021-01-12 00:09

    If you want use ClosedXML you can link textarea & cell with LinkedCell properties.

    Like this :

    See :

提交回复
热议问题