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


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

Parameters

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