_Worksheet.ShowDataForm Method

Definition

Displays the data form associated with the worksheet.

public:
 void ShowDataForm();
public void ShowDataForm ();
Public Sub ShowDataForm ()

Remarks

Execution pauses while you’re using 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