Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function ShowSelectDataForm( _ ByVal parentForm As Form, _ ByVal spread As FpSpread, _ ByVal type As SparklineType _ ) As Form |
Visual Basic (Usage) | Copy Code |
---|---|
Dim parentForm As Form Dim spread As FpSpread Dim type As SparklineType Dim value As Form value = ExcelSparklineGroup.ShowSelectDataForm(parentForm, spread, type) |
C# | |
---|---|
public static Form ShowSelectDataForm( Form parentForm, FpSpread spread, SparklineType type ) |
Parameters
- parentForm
- The parent form.
- spread
- The spread.
- type
This example displays the sparkline dialog.
C# | Copy Code |
---|---|
FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm(this, fpSpread1, FarPoint.Win.Spread.SparklineType.Line); |
Visual Basic | Copy Code |
---|---|
FarPoint.Win.Spread.ExcelSparklineGroup.ShowSelectDataForm(Me, FpSpread1, FarPoint.Win.Spread.SparklineType.Line) |
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