<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexGrid Class / GetGridImage Method
CellRange to include in the image.

In This Topic
    GetGridImage Method (C1FlexGrid)
    In This Topic
    Gets a System.Windows.FrameworkElement that represents a given part of the grid.
    Syntax
    'Declaration
     
    Public Function GetGridImage( _
       ByVal rng As CellRange _
    ) As FrameworkElement
    public 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