Spread Windows Forms 10.0 Product Documentation
ShowSelectDataForm(Form,FpSpread,SparklineType) Method
Example 


The parent form.
The spread.
Shows the select data form.
Syntax
'Declaration
 
Public Overloads Shared Function ShowSelectDataForm( _
   ByVal parentForm As Form, _
   ByVal spread As FpSpread, _
   ByVal type As SparklineType _
) As Form
'Usage
 
Dim parentForm As Form
Dim spread As FpSpread
Dim type As SparklineType
Dim value As Form
 
value = ExcelSparklineGroup.ShowSelectDataForm(parentForm, spread, type)
public static Form ShowSelectDataForm( 
   Form parentForm,
   FpSpread spread,
   SparklineType type
)

Parameters

parentForm
The parent form.
spread
The spread.
type
Example
This example displays the sparkline dialog.
FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm(this, fpSpread1, FarPoint.Win.Spread.SparklineType.Line);
FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm(Me, FpSpread1, FarPoint.Win.Spread.SparklineType.Line)
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

ExcelSparklineGroup Class
ExcelSparklineGroup Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.