ComponentOne FlexGrid for WPF and Silverlight
GetGridImage(CellRange) Method

C1.WPF.FlexGrid Namespace > C1FlexGrid Class > GetGridImage Method : GetGridImage(CellRange) Method
CellRange to include in the image.
Gets a System.Windows.FrameworkElement that represents a given part of the grid.
Syntax
'Declaration
 
Public Overloads 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
Overload List