Worksheet.ShowDataForm Method

Definition

Displays the data form associated with the worksheet.

public:
 void ShowDataForm();
public void ShowDataForm ();
abstract member ShowDataForm : unit -> unit
Public Sub ShowDataForm ()

Remarks

Execution pauses while you use the data form. When you close the data form, execution resumes at the line following the ShowDataForm method.

This method runs the custom data form, if one exists.

Applies to