Click or drag to resize

KryptonDockingSpaceCellInsert(KryptonWorkspaceCell, Int32, KryptonPage) Method

Add a KryptonPage array into an existing cell starting at the provided index.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void CellInsert(
	KryptonWorkspaceCell cell,
	int index,
	KryptonPage[] pages
)

Parameters

cell  KryptonWorkspaceCell
Reference to existing workspace cell.
index  Int32
Index for inserting new pages.
pages  KryptonPage
Array of KryptonPage instances to be added.
See Also