ILayoutRemove(Int32) Method
|
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Remove(
int position
)
Function Remove (
position As Integer
) As Boolean
bool Remove(
int position
)
abstract Remove :
position : int -> bool Parameters
- position Int32
- The position of the row to remove
Return Value
BooleanTrue if there is a
Row at the specified position, false otherwise
See Also