KryptonWorkspaceCellForUniqueName Method |
Find the cell that has a page with the contained unique name.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonWorkspaceCell CellForUniqueName(
string uniqueName
)
Parameters
- uniqueName String
- Unique name to search for.
Return Value
KryptonWorkspaceCellCell containing unique name;otherwise null.
See Also