Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / CellList Class / CreateItemFromTemplate Method
The zero-based index at which to retrieve the cell template that will be used as the basis of the created cell.


    CreateItemFromTemplate Method (CellList)
    Creates a cell from from a template.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateItemFromTemplate( _
       ByVal index As Integer _
    ) As Object
     
    'Usage
     
    Dim instance As CellList
    Dim index As Integer
    Dim value As Object
     
    value = instance.CreateItemFromTemplate(index)

    Parameters

    index
    The zero-based index at which to retrieve the cell template that will be used as the basis of the created cell.

    Return Value

    A Cell, cast as an object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also