Spread Windows Forms 6.0 Product Documentation
ShowSelectDataForm Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > SpreadCameraShape Class : ShowSelectDataForm Method


parentForm
spread
cameraShape

Glossary Item Box

Show select data dialog

Syntax

Visual Basic (Declaration) 
Public Shared Function ShowSelectDataForm( _
   ByVal parentForm As Form, _
   ByVal spread As FpSpread, _
   ByVal cameraShape As SpreadCameraShape _
) As Form
Visual Basic (Usage)Copy Code
Dim parentForm As Form
Dim spread As FpSpread
Dim cameraShape As SpreadCameraShape
Dim value As Form
 
value = SpreadCameraShape.ShowSelectDataForm(parentForm, spread, cameraShape)
C# 
public static Form ShowSelectDataForm( 
   Form parentForm,
   FpSpread spread,
   SpreadCameraShape cameraShape
)

Parameters

parentForm
spread
cameraShape

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.