Play with cells of excel sheet using VSTO
Hi this is the code to play with cells of excel sheet using VSTO
check it out
Dim
selectedrow As Integerselectedrow = List1.SelectedIndex + 1
List1.Range.EntireRow(selectedrow).Select()
actionpane.TbID.Text = List1.Range.ListObject.ListRows.Item(selectedrow).Range.ListObject.ListColumns(1).Name.ToString
Ahmed Muneeb
Cell No. +92-321-6218648
Junior Software Engineer
- Posted in: Visual Studio Tools for Office
Recent Comments