| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
XL.Sheet.DeleteNamedRange
Deletes the named range by name.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| XL | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.Sheet.DeleteNamedRange"; BookRef; SheetIndex; Name ) More
(old name: XL.Sheet.DeleteNameRange)
Parameters
| Parameter | Description | Example |
|---|---|---|
| BookRef | The reference number for the workbook. | $ref |
| SheetIndex | The index of the sheet. This number ranges from 0 to XL.Book.SheetCount-1. | 0 |
| Name | The name of the named range. | "test" |
Result
Returns OK or error.
Description
Deletes the named range by name.See also
This function checks for a license.
Created 18th August 2014, last changed 21st April 2018
MarkDown version: XLSheetDeleteNamedRange.md