KryptonWorkspaceIsCellPresent Method |
Determine if reference to cell exists in current hierarchy.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool IsCellPresent(
KryptonWorkspaceCell cell
)
Parameters
- cell KryptonWorkspaceCell
-
Return Value
BooleanTrue if it exists; otherwise false.
See Also