ComponentOne FlexGrid for WPF and Silverlight
GetGridImage Method (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : GetGridImage Method
CellRange to include in the image.
Gets a System.Windows.FrameworkElement that represents a given part of the grid.
Syntax
'Declaration
 
Public Function GetGridImage( _
   ByVal rng As CellRange _
) As System.Windows.FrameworkElement
public System.Windows.FrameworkElement GetGridImage( 
   CellRange rng
)

Parameters

rng
CellRange to include in the image.

Return Value

A System.Windows.FrameworkElement that represents a given part of the grid.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members