Spread Windows Forms 10.0 Product Documentation
ShowSelectDataForm Method (SpreadCameraShape)


Shows select data dialog.
Syntax
'Declaration
 
Public Shared Function ShowSelectDataForm( _
   ByVal parentForm As Form, _
   ByVal spread As FpSpread, _
   ByVal cameraShape As SpreadCameraShape _
) As Form
'Usage
 
Dim parentForm As Form
Dim spread As FpSpread
Dim cameraShape As SpreadCameraShape
Dim value As Form
 
value = SpreadCameraShape.ShowSelectDataForm(parentForm, spread, cameraShape)
public static Form ShowSelectDataForm( 
   Form parentForm,
   FpSpread spread,
   SpreadCameraShape cameraShape
)

Parameters

parentForm
spread
cameraShape
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SpreadCameraShape Class
SpreadCameraShape Members

 

 


Copyright © GrapeCity, inc. All rights reserved.