Code to get cell title in action pane using VSTO
Hi this is the code which will get the excel cell’s titles for you in action pane’s textbox so check it out
actionpane.TbID.Text = List1.Range.ListObject.ListRows.Item(selectedrow).Range.ListObject.ListColumns(1).Name.ToString
- Posted in: Visual Studio Tools for Office
Recent Comments