Skip to content

Commit 2e1645b

Browse files
Fraser GreenroydIsakNaslundBh
authored andcommitted
Add versioning for ExcelPushConfig
1 parent 19956ad commit 2e1645b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Excel_Engine/Create/ExcelPushConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public static partial class Create
3737
[Input("startingCell", "Starting cell address in an Excel-readable string format.")]
3838
[InputFromProperty("workbookProperties")]
3939
[Output("config", "ExcelPushConfig created based on the inputs.")]
40+
[PreviousVersion("6.0", "BH.Engine.Excel.Create.ExcelPushConfig(System.String, BH.oM.Adapters.Excel.WorkbookProperties)")]
4041
public static ExcelPushConfig ExcelPushConfig(string sheetName = "", string startingCell = "", List<string> objectProperties = null, WorkbookProperties workbookProperties = null)
4142
{
4243
CellAddress topLeft = null;

0 commit comments

Comments
 (0)