ILayoutRowRemove Method (Int32)
|
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Remove(
int position
)
Function Remove (
position As Integer
) As Boolean
bool Remove(
int position
)
abstract Remove :
position : int -> bool
Parameters
- position
- Type: SystemInt32
The position of the column to remove
Return Value
Type:
BooleanTrue if column exists at specified position, false otherwise
See Also