'Declaration
Protected Overridable Function CreateCells( _ ByVal objects As NList, _ ByVal context As NLayoutContext _ ) As NCellBodyList
'Usage
Dim instance As NCellsLayout Dim objects As NList Dim context As NLayoutContext Dim value As NCellBodyList value = instance.CreateCells(objects, context)
protected virtual NCellBodyList CreateCells( NList objects, NLayoutContext context )
Parameters
- objects
- context