'Declaration Public Overloads Function GetGridImage( _ ByVal rng As CellRange, _ Optional ByVal scaleMode As ScaleMode _ ) As FrameworkElement
public FrameworkElement GetGridImage( CellRange rng, ScaleMode scaleMode )
Parameters
- rng
- CellRange to include in the image.
- scaleMode
- ScaleMode that determine how will the image get scaled.
Return Value
A System.Windows.FrameworkElement that represents a given part of the grid.