FlexGrid for WinRT
DisposeCell Method (ICellFactory)

C1FlexGrid that owns the cell.
CellType that specifies the type of cell to be created.
Windows.UI.Xaml.FrameworkElement to be disposed of.
Disposes of a Windows.UI.Xaml.FrameworkElement when its associated cell is scrolled out of view.
Syntax
'Declaration
 
Sub DisposeCell( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal cell As Windows.UI.Xaml.FrameworkElement _
) 
void DisposeCell( 
   C1FlexGrid grid,
   CellType cellType,
   Windows.UI.Xaml.FrameworkElement cell
)

Parameters

grid
C1FlexGrid that owns the cell.
cellType
CellType that specifies the type of cell to be created.
cell
Windows.UI.Xaml.FrameworkElement to be disposed of.
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

Reference

ICellFactory Interface
ICellFactory Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback