Hi Marco del frate,
You can achieve your requirement to set the name for the range using
AddNamedRange method shown below code snippet,
|
spreadsheet.AddNamedRange("SampleName",
"A3:B3", "Sheet1");
|
For more information related to named ranges, please refer
to the below user guide documentation link,
UG Link: https://help.syncfusion.com/wpf/spreadsheet/formulas#define-named-ranges-at-runtime
Please let us know if you have any concerns about this.
Regards,
Dhanasekar M.