Click or drag to resize
SheetOpenCellByDefinedName Method
Opens the cell with specified name that defined in Excel and returns a Cell object.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Cell OpenCellByDefinedName(
	string DefinedName
)

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: Cell
Returns a Cell object.
See Also