Gets a FrameworkElement that represents a given part of the grid.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public FrameworkElement GetGridImage(
	CellRange range
)
Visual Basic
Public Function GetGridImage ( _
	range As CellRange _
) As FrameworkElement

Parameters

range
Type: C1.Silverlight.FlexGrid..::..CellRange
CellRange to include in the image.

Return Value

A FrameworkElement that represents a given part of the grid.

See Also