Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid Add(
ILayoutRow layoutUnit,
int position = -1
)
Sub Add (
layoutUnit As ILayoutRow,
Optional position As Integer = -1
)
void Add(
ILayoutRow^ layoutUnit,
int position = -1
)
abstract Add :
layoutUnit : ILayoutRow *
?position : int
(* Defaults:
let _position = defaultArg position -1
*)
-> unit Parameters
- layoutUnit ILayoutRow
- The row to add
- position Int32 (Optional)
- The position to insert the instance at, default to append to the end
See Also