Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to create dynamically my schedule key. I have prepared the schedule with all its fields. However, the cells are still empty. I have created a program that would populate these values based on the user's intervention. This is the only link i found:
https://forums.autodesk.com/t5/revit-api-forum/add-a-row-to-a-schedule/td-p/7984145
Only when i run my add-in using the following code:
tsd.SetCellText(tsd.FirstRowNumber + 1, tsd.FirstColumnNumber, "HS1");
I get an InvalidOperationException saying that the operation is forbidden for cells in standard schedule body sections. Is this because i'm using Revit 2015?
Mohamad,
Solved! Go to Solution.