ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / GetGridImage Method / GetGridImage(CellRange,ScaleMode) Method
CellRange to include in the image.
ScaleMode that determine how will the image get scaled.

In This Topic
    GetGridImage(CellRange,ScaleMode) Method
    In This Topic
    Gets a Windows.UI.Xaml.FrameworkElement that represents a given part of the grid.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetGridImage( _
       ByVal rng As CellRange, _
       Optional ByVal scaleMode As ScaleMode _
    ) As FrameworkElement

    Parameters

    rng
    CellRange to include in the image.
    scaleMode
    ScaleMode that determine how will the image get scaled.

    Return Value

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