'Declaration Public Shared Function MoveChart( _ ByVal spread As GcSpreadSheet _ ) As IDialog
'Usage Dim spread As GcSpreadSheet Dim value As IDialog value = BuiltInDialogs.MoveChart(spread)
public static IDialog MoveChart( GcSpreadSheet spread )
Parameters
- spread
- The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
Return Value
The IDialog object represents the insert table dialog.