SheetOpenCellByDefinedName Method |
Opens the cell with specified name that defined in Excel and returns a Cell object.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Cell OpenCellByDefinedName(
string DefinedName
)
Public Function OpenCellByDefinedName (
DefinedName As String
) As Cell
Parameters
- DefinedName
- Type: SystemString
The name defined in Excel can be a global name or a local name. Please select single cell when you define the name. If you select cell range, you can only return the cell object on the top left corner.
Return Value
Type:
CellReturns a Cell object.
See Also