WorksheetBase.ShowDataForm Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the data form associated with the worksheet.
public:
void ShowDataForm();
public void ShowDataForm ();
member this.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.