[]
Shows the select data form.
public static Form ShowSelectDataForm(Form parentForm, FpSpread spread, SparklineType type, bool showForm = true)
Public Shared Function ShowSelectDataForm(parentForm As Form, spread As FpSpread, type As SparklineType, Optional showForm As Boolean = True) As Form
Type | Name | Description |
---|---|---|
Form | parentForm | The parent form. |
FpSpread | spread | The spread. |
SparklineType | type | The Sparkline Type.> |
bool | showForm |
Type | Description |
---|---|
Form | The select data form |
Shows the select data form.
public static Form ShowSelectDataForm(Form parentForm, FpSpread spread, string formulaFormat, bool showForm = true)
Public Shared Function ShowSelectDataForm(parentForm As Form, spread As FpSpread, formulaFormat As String, Optional showForm As Boolean = True) As Form
Type | Name | Description |
---|---|---|
Form | parentForm | The parent form. |
FpSpread | spread | The spread. |
string | formulaFormat | The Sparkline Name. |
bool | showForm |
Type | Description |
---|---|
Form | The select data form |
Shows the select data form.
public static Form ShowSelectDataForm(Form parentForm, FpSpread spread, ExcelSparkline sparkline, bool showForm = true)
Public Shared Function ShowSelectDataForm(parentForm As Form, spread As FpSpread, sparkline As ExcelSparkline, Optional showForm As Boolean = True) As Form
Type | Name | Description |
---|---|---|
Form | parentForm | The parent form. |
FpSpread | spread | The spread. |
ExcelSparkline | sparkline | The sparkline. |
bool | showForm |
Type | Description |
---|---|
Form | The select data form |
Shows the select data form.
public static Form ShowSelectDataForm(Form parentForm, FpSpread spread, ExcelSparklineGroup group, bool isDateAxis, bool showForm = true)
Public Shared Function ShowSelectDataForm(parentForm As Form, spread As FpSpread, group As ExcelSparklineGroup, isDateAxis As Boolean, Optional showForm As Boolean = True) As Form
Type | Name | Description |
---|---|---|
Form | parentForm | The parent form. |
FpSpread | spread | The spread. |
ExcelSparklineGroup | group | The group. |
bool | isDateAxis | if set to |
bool | showForm |
Type | Description |
---|---|
Form | The select data form |