[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Show

Show Method

Show(double, double)

Opens a window and returns without waiting for the newly opened window to close.

Declaration
void Show(double x = NaN, double y = NaN)
Sub Show(Optional x As Double = NaN, Optional y As Double = NaN)
Parameters
Type Name Description
double x

The x-coorinate of the newly window. Use NaN to align at the center of owner window.

double y

The y-coorinate of the newly window. Use NaN to align at the middle of owner window.