ComponentOne FlexGrid for UWP
GetGridImage(CellRange) Method

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

Parameters

rng
CellRange to include in the image.

Return Value

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

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List