ILayoutRowAdd Method (ILayoutColumn, Int32)
|
Adds a new
Column at the specified position
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Add(
ILayoutColumn col,
int position = -1
)
Sub Add (
col As ILayoutColumn,
Optional position As Integer = -1
)
void Add(
ILayoutColumn^ col,
int position = -1
)
abstract Add :
col : ILayoutColumn *
?position : int
(* Defaults:
let _position = defaultArg position -1
*)
-> unit
Parameters
- col
- Type: Ingeniux.CMS.PresentationILayoutColumn
The layout column to add - position (Optional)
- Type: SystemInt32
The position to insert the instance at, default to append to the end
See Also