hi,
i have a document contains one table,
at the second row of our table we have a bookmark named "tableauP"
when i remove a column from the table i lose the bookmark ?
can i have a solution of that. thanks
Code:
Dim bknav As BookmarksNavigator = New BookmarksNavigator(a)
For Each row As WTableRow In a.Sections(0).Tables(0).Rows
row.Cells.RemoveAt(1)
Next
a.Save(chemin + "\testword\mehdii.doc", FormatType.Doc)
u find in attache my document source
Attachment:
sample_efaac4b3.zip