Fahman Khan Posted July 20, 2016 Share Posted July 20, 2016 This probably be one line of code, but can i know in visual studio, using c#, how can i get the name of the data table where the marking was put on by the user Link to comment Share on other sites More sharing options...
Sayali Patil Posted February 15, 2019 Share Posted February 15, 2019 Hello, You can use this code to find out if there are any rows marked in a table - MarkedRows = Document.ActiveMarkingSelectionReference.GetSelection(Document.Data.Tables["Data Table"]).IncludedRowCount If none of the rows are marked in the specified table the value ofMarkedRows will be 0 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now