[]
• new TemplateNames()
Defines the template name supported in SpreadDesigner.
▪ Static
AboveAverageRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#AboveAverageRuleDialogTemplate
example
//This example get the AboveAverageRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.AboveAverageRuleDialogTemplate);
▪ Static
ActiveDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ActiveDialogTemplate
example
//This example get the ActiveDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ActiveDialogTemplate);
▪ Static
AddParameterValueTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#AddParameterValueTemplate
example
//This example get the AddParameterValueTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.AddParameterValueTemplate);
▪ Static
AltTextTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#AltTextTemplate
example
//This example get the AltTextTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.AltTextTemplate);
▪ Static
AlternatingRowStyleManagerTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#AlternatingRowStyleManagerTemplate
example
//This example get the AlternatingRowStyleManagerTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.AlternatingRowStyleManagerTemplate);
▪ Static
AreaChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#AreaChartTemplate
example
//This example get the AreaChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.AreaChartTemplate);
▪ Static
AreaSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#AreaSparklineDialogTemplate
example
//This example get the AreaSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.AreaSparklineDialogTemplate);
▪ Static
BarChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#BarChartTemplate
example
//This example get the BarChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BarChartTemplate);
▪ Static
BarcodeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#BarcodeDialogTemplate
example
//This example get the MoveChartDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BarcodeDialogTemplate);
▪ Static
BelowAverageRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#BelowAverageRuleDialogTemplate
example
//This example get the BelowAverageRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BelowAverageRuleDialogTemplate);
▪ Static
BetweenRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#BetweenRuleDialogTemplate
example
//This example get the BetweenRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BetweenRuleDialogTemplate);
▪ Static
BindDataSourceTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#BindDataSourceTemplate
example
//This example get the BindDataSourceTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BindDataSourceTemplate);
▪ Static
BindingIndicator: string
Get the template name.
name
GC.Spread.Sheets.Designer#BindingIndicator
example
//This example get the BindingIndicator by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BindingIndicator);
▪ Static
Bottom10RuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#Bottom10RuleDialogTemplate
example
//This example get the Bottom10RuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.Bottom10RuleDialogTemplate);
▪ Static
BoxPlotSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#BoxPlotSparklineDialogTemplate
example
//This example get the BoxPlotSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BoxPlotSparklineDialogTemplate);
▪ Static
BuiltInFileIconsDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#BuiltInFileIconsDialogTemplate
example
//this example get the BuiltInFileIconsDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BuiltInFileIconsDialogTemplate);
▪ Static
BulletSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#BulletSparklineDialogTemplate
example
//This example get the BulletSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.BulletSparklineDialogTemplate);
▪ Static
ButtonCellTypeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ButtonCellTypeDialogTemplate
example
//This example get the ButtonCellTypeDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ButtonCellTypeDialogTemplate);
▪ Static
ButtonListCellTypeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ButtonListCellTypeDialogTemplate
example
//This example get the ButtonListCellTypeDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ButtonListCellTypeDialogTemplate);
▪ Static
CalculatedFieldsDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CalculatedFieldsDialogTemplate
example
//this example get the CalculatedFieldsDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CalculatedFieldsDialogTemplate);
▪ Static
CalculatedItemSolveOrderDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CalculatedItemSolveOrderDialogTemplate
example
//this example get the CalculatedItemSolveOrderDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CalculatedItemSolveOrderDialogTemplate);
▪ Static
CalculatedItemsDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CalculatedItemsDialogTemplate
example
//this example get the CalculatedItemsDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CalculatedItemsDialogTemplate);
▪ Static
CascadeSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CascadeSparklineDialogTemplate
example
//This example get the CascadeSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CascadeSparklineDialogTemplate);
▪ Static
CellAltTextTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CellAltTextTemplate
example
//This example get the CellAltTextTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CellAltTextTemplate);
▪ Static
CellStateManagerTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CellStateManagerTemplate
example
//This example get the CellStateManagerTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CellStateManagerTemplate);
▪ Static
CellTagTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CellTagTemplate
example
//This example get the CellTagTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CellTagTemplate);
▪ Static
CellsDeleteDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CellsDeleteDialogTemplate
example
//This example get the CellsDeleteDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CellsDeleteDialogTemplate);
▪ Static
CellsInsertDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CellsInsertDialogTemplate
example
//This example get the CellsInsertDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CellsInsertDialogTemplate);
▪ Static
ChangeChartDlgTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ChangeChartDlgTemplate
example
//This example get the ChangeChartDlgTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ChangeChartDlgTemplate);
▪ Static
ChartErrorBarDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ChartErrorBarDialogTemplate
example
//This example get the ChartErrorBarDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ChartErrorBarDialogTemplate);
▪ Static
ChartTrendlineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ChartTrendlineDialogTemplate
example
//This example get the ChartTrendlineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ChartTrendlineDialogTemplate);
▪ Static
CheckListCellTypeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CheckListCellTypeDialogTemplate
example
//This example get the CheckListCellTypeDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CheckListCellTypeDialogTemplate);
▪ Static
CheckboxCellTypeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CheckboxCellTypeDialogTemplate
example
//This example get the CheckboxCellTypeDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CheckboxCellTypeDialogTemplate);
▪ Static
ColorComboEditorOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ColorComboEditorOptionDialogTemplate
example
//This example get the ColorComboEditorOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ColorComboEditorOptionDialogTemplate);
▪ Static
ColumnChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ColumnChartTemplate
example
//This example get the ColumnChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ColumnChartTemplate);
▪ Static
ColumnTagTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ColumnTagTemplate
example
//This example get the ColumnTagTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ColumnTagTemplate);
▪ Static
ColumnWidthDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ColumnWidthDialogTemplate
example
//This example get the ColumnWidthDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ColumnWidthDialogTemplate);
▪ Static
ColumnWidthDialogTemplate2: string
Get the template name.
name
GC.Spread.Sheets.Designer#ColumnWidthDialogTemplate2
example
//This example get the ColumnWidthDialogTemplate2 by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ColumnWidthDialogTemplate2);
▪ Static
ComboBoxCellTypeTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ComboBoxCellTypeTemplate
example
//This example get the ComboBoxCellTypeTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ComboBoxCellTypeTemplate);
▪ Static
ComboChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ComboChartTemplate
example
//This example get the ComboChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ComboChartTemplate);
▪ Static
CompatibleSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CompatibleSparklineDialogTemplate
example
//This example get the CompatibleSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CompatibleSparklineDialogTemplate);
▪ Static
ConditionalFormatDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ConditionalFormatDialogTemplate
example
//This example get the ConditionalFormatDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ConditionalFormatDialogTemplate);
▪ Static
ConfirmPasswordDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ConfirmPasswordDialogTemplate
example
//This example get the ConfirmPasswordDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ConfirmPasswordDialogTemplate);
▪ Static
CustomErrorBarDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CustomErrorBarDialogTemplate
example
//This example get the CustomErrorBarDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CustomErrorBarDialogTemplate);
▪ Static
CustomSortDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#CustomSortDialogTemplate
example
//This example get the CustomSortDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CustomSortDialogTemplate);
▪ Static
CustomizeThemeColorsDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#CustomizeThemeColorsDialog
example
//this example get the CustomizeThemeColorsDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CustomizeThemeColorsDialog);
▪ Static
CustomizeThemeFontsDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#CustomizeThemeFontsDialog
example
//this example get the CustomizeThemeFontsDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CustomizeThemeFontsDialog);
▪ Static
DataLabelSelectRangeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DataLabelSelectRangeDialogTemplate
example
//This example get the DataLabelSelectRangeDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DataLabelSelectRangeDialogTemplate);
▪ Static
DataValidationDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DataValidationDialogTemplate
example
//This example get the DataValidationDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DataValidationDialogTemplate);
▪ Static
DateOccurringRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DateOccurringRuleDialogTemplate
example
//This example get the DateOccurringRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DateOccurringRuleDialogTemplate);
▪ Static
DateTimePickerOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DateTimePickerOptionDialogTemplate
example
//This example get the DateTimePickerOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DateTimePickerOptionDialogTemplate);
▪ Static
DefaultColumnWidthDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DefaultColumnWidthDialogTemplate
example
//This example get the DefaultColumnWidthDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DefaultColumnWidthDialogTemplate);
▪ Static
DefaultRowHeightDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DefaultRowHeightDialogTemplate
example
//This example get the DefaultRowHeightDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DefaultRowHeightDialogTemplate);
▪ Static
DefaultValueTemplate: string
This template is used to open default value dialog to set default value or formula.
name
GC.Spread.Sheets.Designer#DefaultValueTemplate
example
//This example get the DefaultValueTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DefaultValueTemplate);
▪ Static
DesignSpreadTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DesignSpreadTemplate
example
//This example get the DesignSpreadTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DesignSpreadTemplate);
▪ Static
DocumentPropertiesDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DocumentPropertiesDialogTemplate
example
//this example get the DocumentPropertiesDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DocumentPropertiesDialogTemplate);
▪ Static
DuplicateValueRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#DuplicateValueRuleDialogTemplate
example
//This example get the DuplicateValueRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DuplicateValueRuleDialogTemplate);
▪ Static
EditFormattingRuleDialogTemplate: string
This template is used to open editing conditional format rule dialog and update conditional format rule.
name
GC.Spread.Sheets.Designer#EditFormattingRuleDialogTemplate
example
//This example get the EditFormattingRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.EditFormattingRuleDialogTemplate);
▪ Static
EditLinksDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#EditLinksDialogTemplate
example
//This example get the EditLinksDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.EditLinksDialogTemplate);
▪ Static
EditNameTemplate: string
This template is used to open editing name manager dialog to edit the custom name.
name
GC.Spread.Sheets.Designer#EditNameTemplate
example
//This example get the EditNameTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.EditNameTemplate);
▪ Static
EqualToRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#EqualToRuleDialogTemplate
example
//This example get the EqualToRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.EqualToRuleDialogTemplate);
▪ Static
FileMenuPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FileMenuPanelTemplate
example
//This example get the FileMenuPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FileMenuPanelTemplate);
▪ Static
FileUploadCellTypeTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FileUploadCellTypeTemplate
example
//this example get the FileUploadCellTypeTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FileUploadCellTypeTemplate);
▪ Static
FiledListTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FiledListTemplate
example
//This example get the FiledListTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FiledListTemplate);
▪ Static
FillEffectDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FillEffectDialogTemplate
example
//This example get the FillEffectDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FillEffectDialogTemplate);
▪ Static
FillSeriesDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FillSeriesDialogTemplate
example
//This example get the FillSeriesDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FillSeriesDialogTemplate);
▪ Static
FilterConnectionsDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FilterConnectionsDialogTemplate
example
//this example get the FilterConnectionsDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FilterConnectionsDialogTemplate);
▪ Static
FindDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FindDialogTemplate
example
//This example get the FindDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FindDialogTemplate);
▪ Static
FontDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FontDialogTemplate
example
//This example get the FontDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FontDialogTemplate);
▪ Static
FormatCommentDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FormatCommentDialogTemplate
example
//This example get the FormatCommentDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FormatCommentDialogTemplate);
▪ Static
FormatDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FormatDialogTemplate
example
//This example get the FormatDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FormatDialogTemplate);
▪ Static
FormatSlicerDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FormatSlicerDialogTemplate
example
//This example get the FormatSlicerDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FormatSlicerDialogTemplate);
▪ Static
FormulaBarTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FormulaBarTemplate
example
//This example get the FormulaBarTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FormulaBarTemplate);
▪ Static
FormulaEditorPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FormulaEditorPanelTemplate
example
//This example get the FormulaEditorPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FormulaEditorPanelTemplate);
▪ Static
FunctionLambdaDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FunctionLambdaDialogTemplate
example
//This example get the FunctionLambdaDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FunctionLambdaDialogTemplate);
▪ Static
FunctionLetDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FunctionLetDialogTemplate
example
//This example get the FunctionLetDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FunctionLetDialogTemplate);
▪ Static
FunnelChartPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#FunnelChartPanelTemplate
example
//This example get the FunnelChartPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.FunnelChartPanelTemplate);
▪ Static
GanttSheetBarStyleRulesDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetBarStyleRulesDialogTemplate
example
//this example get the GanttSheetBarStyleRulesDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetBarStyleRulesDialogTemplate);
▪ Static
GanttSheetBarStylesDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetBarStylesDialogTemplate
example
//this example get the GanttSheetBarStylesDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetBarStylesDialogTemplate);
▪ Static
GanttSheetChangeWorkingTimeDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetChangeWorkingTimeDialog
example
//this example get the GanttSheetChangeWorkingTimeDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetChangeWorkingTimeDialog);
▪ Static
GanttSheetCreateNewCalendarDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetCreateNewCalendarDialog
example
//this example get the GanttSheetCreateNewCalendarDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetCreateNewCalendarDialog);
▪ Static
GanttSheetFindDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetFindDialogTemplate
example
//this example get the GanttSheetFindDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetFindDialogTemplate);
▪ Static
GanttSheetGridlineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetGridlineDialogTemplate
example
//this example get the GanttSheetGridlineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetGridlineDialogTemplate);
▪ Static
GanttSheetLayoutDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetLayoutDialogTemplate
example
//this example get the GanttSheetLayoutDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetLayoutDialogTemplate);
▪ Static
GanttSheetMoveBackDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetMoveBackDialogTemplate
example
//this example get the GanttSheetMoveBackDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetMoveBackDialogTemplate);
▪ Static
GanttSheetMoveForwardDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetMoveForwardDialogTemplate
example
//this example get the GanttSheetMoveForwardDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetMoveForwardDialogTemplate);
▪ Static
GanttSheetProjectInformationDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetProjectInformationDialogTemplate
example
//this example get the GanttSheetProjectInformationDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetProjectInformationDialogTemplate);
▪ Static
GanttSheetReplaceDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetReplaceDialogTemplate
example
//this example get the GanttSheetReplaceDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetReplaceDialogTemplate);
▪ Static
GanttSheetSortDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetSortDialogTemplate
example
//this example get the GanttSheetSortDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetSortDialogTemplate);
▪ Static
GanttSheetTaskInformationDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetTaskInformationDialogTemplate
example
//this example get the GanttSheetTaskInformationDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetTaskInformationDialogTemplate);
▪ Static
GanttSheetTextStyleTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetTextStyleTemplate
example
//this example get the GanttSheetTextStyleTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetTextStyleTemplate);
▪ Static
GanttSheetTimescaleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetTimescaleDialogTemplate
example
//this example get the GanttSheetTimescaleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetTimescaleDialogTemplate);
▪ Static
GanttSheetWorkWeekDetailsDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetWorkWeekDetailsDialog
example
//this example get the GanttSheetWorkWeekDetailsDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetWorkWeekDetailsDialog);
▪ Static
GanttSheetZoomDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GanttSheetZoomDialogTemplate
example
//this example get the GanttSheetZoomDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GanttSheetZoomDialogTemplate);
▪ Static
GaugeKPILabelOptionDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#GaugeKPILabelOptionDialog
example
//This example get the GaugeKPILabelOptionDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GaugeKPILabelOptionDialog);
▪ Static
GaugeKPISparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GaugeKPISparklineDialogTemplate
example
//This example get the GaugeKPISparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GaugeKPISparklineDialogTemplate);
▪ Static
GaugeKPIStyleSettingDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#GaugeKPIStyleSettingDialog
example
//This example get the GaugeKPIStyleSettingDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GaugeKPIStyleSettingDialog);
▪ Static
GotoDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GotoDialogTemplate
example
//This example get the GotoDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GotoDialogTemplate);
▪ Static
GotoSpecialDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GotoSpecialDialogTemplate
example
//This example get the GotoSpecialDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GotoSpecialDialogTemplate);
▪ Static
GreaterThanRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GreaterThanRuleDialogTemplate
example
//This example get the GreaterThanRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GreaterThanRuleDialogTemplate);
▪ Static
GroupDatePivotTableTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GroupDatePivotTableTemplate
example
//this example get the GroupDatePivotTableTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GroupDatePivotTableTemplate);
▪ Static
GroupDirectionTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GroupDirectionTemplate
example
//This example get the GroupDirectionTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GroupDirectionTemplate);
▪ Static
GroupPivotTableTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GroupPivotTableTemplate
example
//this example get the GroupPivotTableTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GroupPivotTableTemplate);
▪ Static
GroupTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#GroupTemplate
example
//This example get the GroupTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.GroupTemplate);
▪ Static
HBarSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#HBarSparklineDialogTemplate
example
//This example get the HBarSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.HBarSparklineDialogTemplate);
▪ Static
HeaderCellDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#HeaderCellDialogTemplate
example
//This example get the HeaderCellDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.HeaderCellDialogTemplate);
▪ Static
HideAndEmptyCellSettingDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#HideAndEmptyCellSettingDialogTemplate
example
//This example get the HideAndEmptyCellSettingDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.HideAndEmptyCellSettingDialogTemplate);
▪ Static
HistogramSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#HistogramSparklineDialogTemplate
example
//this example get the HistogramSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.HistogramSparklineDialogTemplate);
▪ Static
HyperLinkCellTypeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#HyperLinkCellTypeDialogTemplate
example
//This example get the HyperLinkCellTypeDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.HyperLinkCellTypeDialogTemplate);
▪ Static
HyperLinkTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#HyperLinkTemplate
example
//This example get the HyperLinkTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.HyperLinkTemplate);
▪ Static
HyperlinkDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#HyperlinkDialogTemplate
example
//This example get the HyperlinkDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.HyperlinkDialogTemplate);
▪ Static
ImageSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ImageSparklineDialogTemplate
example
//this example get the ImageSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ImageSparklineDialogTemplate);
▪ Static
InsertCameraShapeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#InsertCameraShapeDialogTemplate
example
//This example get the InsertCameraShapeDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.InsertCameraShapeDialogTemplate);
▪ Static
InsertChartDlgTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#InsertChartDlgTemplate
example
//This example get the InsertChartDlgTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.InsertChartDlgTemplate);
▪ Static
InsertFunctionAllowDynamicArrayDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#InsertFunctionAllowDynamicArrayDialogTemplate
example
//This example get the InsertFunctionAllowDynamicArrayDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.InsertFunctionAllowDynamicArrayDialogTemplate);
▪ Static
InsertFunctionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#InsertFunctionDialogTemplate
example
//This example get the InsertFunctionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.InsertFunctionDialogTemplate);
▪ Static
InsertPivotTableDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#InsertPivotTableDialogTemplate
example
//this example get the InsertPivotTableDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.InsertPivotTableDialogTemplate);
▪ Static
InsertSlicerDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#InsertSlicerDialogTemplate
example
//This example get the InsertSlicerDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.InsertSlicerDialogTemplate);
▪ Static
InsertSparkLineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#InsertSparkLineDialogTemplate
example
//This example get the InsertSparkLineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.InsertSparkLineDialogTemplate);
▪ Static
InsertTableDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#InsertTableDialogTemplate
example
//This example get the InsertTableDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.InsertTableDialogTemplate);
▪ Static
LessThanRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#LessThanRuleDialogTemplate
example
//This example get the LessThanRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.LessThanRuleDialogTemplate);
▪ Static
LineChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#LineChartTemplate
example
//This example get the LineChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.LineChartTemplate);
▪ Static
ListOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ListOptionDialogTemplate
example
//This example get the ListOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ListOptionDialogTemplate);
▪ Static
LollipopVariSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#LollipopVariSparklineDialogTemplate
example
//This example get the LollipopVariSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.LollipopVariSparklineDialogTemplate);
▪ Static
MarkerColorDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MarkerColorDialogTemplate
example
//This example get the MarkerColorDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MarkerColorDialogTemplate);
▪ Static
MessageBoxTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MessageBoxTemplate
example
//This example get the MessageBoxTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MessageBoxTemplate);
▪ Static
MonthCalendarSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MonthCalendarSparklineDialogTemplate
example
//This example get the MonthCalendarSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MonthCalendarSparklineDialogTemplate);
▪ Static
MonthPickerOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MonthPickerOptionDialogTemplate
example
//This example get the MonthPickerOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MonthPickerOptionDialogTemplate);
▪ Static
MoreColorTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MoreColorTemplate
example
//This example get the MoreColorTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MoreColorTemplate);
▪ Static
MoreFunctionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MoreFunctionDialogTemplate
example
//This example get the MoreFunctionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MoreFunctionDialogTemplate);
▪ Static
MoveChartDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MoveChartDialogTemplate
example
//This example get the MoveChartDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MoveChartDialogTemplate);
▪ Static
MoveOrCopyTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MoveOrCopyTemplate
example
//this example get the MoveOrCopyTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MoveOrCopyTemplate);
▪ Static
MultiColumnPickerOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#MultiColumnPickerOptionDialogTemplate
example
//This example get the MultiColumnPickerOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.MultiColumnPickerOptionDialogTemplate);
▪ Static
NameManagerDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#NameManagerDialogTemplate
example
//This example get the NameManagerDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.NameManagerDialogTemplate);
▪ Static
NegativeDataDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#NegativeDataDialogTemplate
example
//This example get the NegativeDataDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.NegativeDataDialogTemplate);
▪ Static
NewAlternatingRowStyleTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#NewAlternatingRowStyleTemplate
example
//This example get the NewAlternatingRowStyleTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.NewAlternatingRowStyleTemplate);
▪ Static
NewCellStateTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#NewCellStateTemplate
example
//This example get the NewCellStateTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.NewCellStateTemplate);
▪ Static
NewCellStyleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#NewCellStyleDialogTemplate
example
//This example get the NewCellStyleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.NewCellStyleDialogTemplate);
▪ Static
NewFormattingRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#NewFormattingRuleDialogTemplate
example
//This example get the NewFormattingRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.NewFormattingRuleDialogTemplate);
▪ Static
NewNameTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#NewNameTemplate
example
//This example get the NewNameTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.NewNameTemplate);
▪ Static
NewStateTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#NewStateTemplate
example
//This example get the NewStateTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.NewStateTemplate);
▪ Static
OutlineColumnDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#OutlineColumnDialogTemplate
example
//This example get the OutlineColumnDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.OutlineColumnDialogTemplate);
▪ Static
PageSetupDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PageSetupDialogTemplate
example
//this example get the PageSetupDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PageSetupDialogTemplate);
▪ Static
ParameterPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ParameterPanelTemplate
example
//This example get the ParameterPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ParameterPanelTemplate);
▪ Static
ParameterUISmartTagTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ParameterUISmartTagTemplate
example
//This example get the ParameterUISmartTagTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ParameterUISmartTagTemplate);
▪ Static
ParetoSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ParetoSparklineDialogTemplate
example
//This example get the ParetoSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ParetoSparklineDialogTemplate);
▪ Static
PasswordDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#PasswordDialog
example
//This example get the PasswordDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PasswordDialog);
▪ Static
PieChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PieChartTemplate
example
//This example get the PieChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PieChartTemplate);
▪ Static
PieSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PieSparklineDialogTemplate
example
//This example get the PieSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PieSparklineDialogTemplate);
▪ Static
PivotShowReportFilterDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PivotShowReportFilterDialogTemplate
example
//this example get the PivotShowReportFilterDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotShowReportFilterDialogTemplate);
▪ Static
PivotTableFieldSettibfFormatDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PivotTableFieldSettibfFormatDialogTemplate
example
//this example get the PivotTableFieldSettibfFormatDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotTableFieldSettibfFormatDialogTemplate);
▪ Static
PivotTableFieldSettingWithFiltersDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PivotTableFieldSettingWithFiltersDialogTemplate
example
//this example get the PivotTableFieldSettingWithFiltersDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotTableFieldSettingWithFiltersDialogTemplate);
▪ Static
PivotTableFieldSettingWithShowValueAsDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PivotTableFieldSettingWithShowValueAsDialogTemplate
example
//this example get the PivotTableFieldSettingWithShowValueAsDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotTableFieldSettingWithShowValueAsDialogTemplate);
▪ Static
PivotTableOptionsDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PivotTableOptionsDialogTemplate
example
//this example get the PivotTableOptionsDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotTableOptionsDialogTemplate);
▪ Static
PivotTablePanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PivotTablePanelTemplate
example
//this example get the PivotTablePanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotTablePanelTemplate);
▪ Static
PivotTableStyleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PivotTableStyleDialogTemplate
example
//This example get the PivotTableStyleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotTableStyleDialogTemplate);
▪ Static
ProtectSheetDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ProtectSheetDialogTemplate
example
//This example get the ProtectSheetDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ProtectSheetDialogTemplate);
▪ Static
RadarChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RadarChartTemplate
example
//This example get the RadarChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RadarChartTemplate);
▪ Static
RadioListCellTypeDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RadioListCellTypeDialogTemplate
example
//This example get the RadioListCellTypeDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RadioListCellTypeDialogTemplate);
▪ Static
RangeBlockSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RangeBlockSparklineDialogTemplate
example
//This example get the RangeBlockSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RangeBlockSparklineDialogTemplate);
▪ Static
RangeSelectDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RangeSelectDialogTemplate
example
//This example get the RangeSelectDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RangeSelectDialogTemplate);
▪ Static
RangeTemplateDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RangeTemplateDialogTemplate
example
//This example get the RangeTemplateDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RangeTemplateDialogTemplate);
▪ Static
RemoveDuplicatesTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RemoveDuplicatesTemplate
example
//This example get the RemoveDuplicatesTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RemoveDuplicatesTemplate);
▪ Static
RemoveDuplicatesWarning: string
Get the template name.
name
GC.Spread.Sheets.Designer#RemoveDuplicatesWarning
example
//This example get the RemoveDuplicatesWarning by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RemoveDuplicatesWarning);
▪ Static
ReportCellAdvancedGroupTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportCellAdvancedGroupTemplate
example
//this example get the ReportCellAdvancedGroupTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportCellAdvancedGroupTemplate);
▪ Static
ReportCellFilterTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportCellFilterTemplate
example
//this example get the ReportCellFilterTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportCellFilterTemplate);
▪ Static
ReportCellPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportCellPanelTemplate
example
//this example get the ReportCellPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportCellPanelTemplate);
▪ Static
ReportConnectionsDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportConnectionsDialogTemplate
example
//this example get the ReportConnectionsDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportConnectionsDialogTemplate);
▪ Static
ReportDataEntrySettingDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportDataEntrySettingDialog
example
//this example get the ReportDataEntrySettingDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportDataEntrySettingDialog);
▪ Static
ReportImportTemplateTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportImportTemplateTemplate
example
//this example get the ReportImportTemplateTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportImportTemplateTemplate);
▪ Static
ReportPaginationSettingDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportPaginationSettingDialog
example
//this example get the ReportPaginationSettingDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportPaginationSettingDialog);
▪ Static
ReportSheetCellBindingTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportSheetCellBindingTemplate
example
//This example get the ReportSheetCellBindingTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportSheetCellBindingTemplate);
▪ Static
ReportSheetSplitSettingDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportSheetSplitSettingDialog
example
//this example get the ReportSheetSplitSettingDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportSheetSplitSettingDialog);
▪ Static
ReportTemplateCellSortTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportTemplateCellSortTemplate
example
//this example get the ReportTemplateCellSortTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportTemplateCellSortTemplate);
▪ Static
ReportWizardDialog: string
Get the template name.
name
GC.Spread.Sheets.Designer#ReportWizardDialog
example
//this example get the ReportWizardDialog by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ReportWizardDialog);
▪ Static
ResizeTableDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ResizeTableDialogTemplate
example
//This example get the ResizeTableDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ResizeTableDialogTemplate);
▪ Static
RichTextDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RichTextDialogTemplate
example
//This example get the RichTextDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RichTextDialogTemplate);
▪ Static
RowHeightDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RowHeightDialogTemplate
example
//This example get the RowHeightDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RowHeightDialogTemplate);
▪ Static
RowHeightDialogTemplate2: string
Get the template name.
name
GC.Spread.Sheets.Designer#RowHeightDialogTemplate2
example
//This example get the RowHeightDialogTemplate2 by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RowHeightDialogTemplate2);
▪ Static
RowTagTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RowTagTemplate
example
//This example get the RowTagTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RowTagTemplate);
▪ Static
RuleManagerDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#RuleManagerDialogTemplate
example
//This example get the RuleManagerDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.RuleManagerDialogTemplate);
▪ Static
SaveFileDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SaveFileDialogTemplate
example
//This example get the SaveFileDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SaveFileDialogTemplate);
▪ Static
ScatterChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ScatterChartTemplate
example
//This example get the ScatterChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ScatterChartTemplate);
▪ Static
ScatterSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ScatterSparklineDialogTemplate
example
//This example get the ScatterSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ScatterSparklineDialogTemplate);
▪ Static
SelectedDataSourceTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SelectedDataSourceTemplate
example
//This example get the SelectedDataSourceTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SelectedDataSourceTemplate);
▪ Static
SelectionPane: string
Get the template name.
name
GC.Spread.Sheets.Designer#SelectionPane
example
//this example get the SelectionPane by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SelectionPane);
▪ Static
SeriesAddDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SeriesAddDialogTemplate
example
//This example get the SeriesAddDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SeriesAddDialogTemplate);
▪ Static
SeriesEditDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SeriesEditDialogTemplate
example
//This example get the SeriesEditDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SeriesEditDialogTemplate);
▪ Static
ShapeTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ShapeTemplate
example
//This example get the ShapeTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ShapeTemplate);
▪ Static
SheetSettingDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SheetSettingDialogTemplate
example
//This example get the SheetSettingDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SheetSettingDialogTemplate);
▪ Static
SheetTagTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SheetTagTemplate
example
//This example get the SheetTagTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SheetTagTemplate);
▪ Static
SlicerSettingTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SlicerSettingTemplate
example
//This example get the SlicerSettingTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SlicerSettingTemplate);
▪ Static
SlicerStyleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SlicerStyleDialogTemplate
example
//This example get the SlicerStyleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SlicerStyleDialogTemplate);
▪ Static
SliderOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SliderOptionDialogTemplate
example
//This example get the SliderOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SliderOptionDialogTemplate);
▪ Static
SortOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SortOptionDialogTemplate
example
//This example get the SortOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SortOptionDialogTemplate);
▪ Static
SparklineWeightDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SparklineWeightDialogTemplate
example
//This example get the SparklineWeightDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SparklineWeightDialogTemplate);
▪ Static
SpreadSettingDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SpreadSettingDialogTemplate
example
//This example get the SpreadSettingDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SpreadSettingDialogTemplate);
▪ Static
SpreadSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SpreadSparklineDialogTemplate
example
//This example get the SpreadSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SpreadSparklineDialogTemplate);
▪ Static
StackedSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#StackedSparklineDialogTemplate
example
//This example get the StackedSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.StackedSparklineDialogTemplate);
▪ Static
StateManagerTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#StateManagerTemplate
example
//This example get the StateManagerTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.StateManagerTemplate);
▪ Static
StatusBarPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#StatusBarPanelTemplate
example
//This example get the StatusBarPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.StatusBarPanelTemplate);
▪ Static
StockChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#StockChartTemplate
example
//This example get the StockChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.StockChartTemplate);
▪ Static
StyleSettingTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#StyleSettingTemplate
example
//This example get the StyleSettingTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.StyleSettingTemplate);
▪ Static
SubTotalDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SubTotalDialogTemplate
example
//This example get the SubTotalDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SubTotalDialogTemplate);
▪ Static
SunburstChartTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#SunburstChartTemplate
example
//This example get the SunburstChartTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.SunburstChartTemplate);
▪ Static
TabStateManagerTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TabStateManagerTemplate
example
//this example get the TabStateManagerTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TabStateManagerTemplate);
▪ Static
TabStyleSettingDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TabStyleSettingDialogTemplate
example
//this example get the TabStyleSettingDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TabStyleSettingDialogTemplate);
▪ Static
TableListPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TableListPanelTemplate
example
//this example get the TableListPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TableListPanelTemplate);
▪ Static
TableSheetDataSourceTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TableSheetDataSourceTemplate
example
//this example get the TableSheetDataSourceTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TableSheetDataSourceTemplate);
▪ Static
TableSheetGroupFieldSetting: string
Get the template name.
name
GC.Spread.Sheets.Designer#TableSheetGroupFieldSetting
example
//this example get the TableSheetGroupFieldSetting by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TableSheetGroupFieldSetting);
▪ Static
TableSheetMenuItemVisibilityTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TableSheetMenuItemVisibilityTemplate
example
//This example get the TableSheetMenuItemVisibilityTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TableSheetMenuItemVisibilityTemplate);
▪ Static
TableSheetPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TableSheetPanelTemplate
example
//This example get the TableSheetPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TableSheetPanelTemplate);
▪ Static
TableSheetRuleManagerDialogTemplate: string
This template is used to set tableSheet column conditional format rules.
name
GC.Spread.Sheets.Designer#TableSheetRuleManagerDialogTemplate
example
//This example get the TableSheetRuleManagerDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TableSheetRuleManagerDialogTemplate);
▪ Static
TableStyleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TableStyleDialogTemplate
example
//This example get the TableStyleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TableStyleDialogTemplate);
▪ Static
TextContainRuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TextContainRuleDialogTemplate
example
//This example get the TextContainRuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TextContainRuleDialogTemplate);
▪ Static
TextToColumnDialogAdvancedDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TextToColumnDialogAdvancedDialogTemplate
example
//This example get the TextToColumnDialogAdvancedDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TextToColumnDialogAdvancedDialogTemplate);
▪ Static
TextToColumnDialogWizardStep1Template: string
Get the template name.
name
GC.Spread.Sheets.Designer#TextToColumnDialogWizardStep1Template
example
//This example get the TextToColumnDialogWizardStep1Template by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TextToColumnDialogWizardStep1Template);
▪ Static
TextToColumnDialogWizardStep2DelimitedTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TextToColumnDialogWizardStep2DelimitedTemplate
example
//This example get the TextToColumnDialogWizardStep2DelimitedTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TextToColumnDialogWizardStep2DelimitedTemplate);
▪ Static
TextToColumnDialogWizardStep2FixedWidthTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TextToColumnDialogWizardStep2FixedWidthTemplate
example
//This example get the TextToColumnDialogWizardStep2FixedWidthTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TextToColumnDialogWizardStep2FixedWidthTemplate);
▪ Static
TextToColumnDialogWizardStep3Template: string
Get the template name.
name
GC.Spread.Sheets.Designer#TextToColumnDialogWizardStep3Template
example
//This example get the TextToColumnDialogWizardStep3Template by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TextToColumnDialogWizardStep3Template);
▪ Static
TimePickerOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TimePickerOptionDialogTemplate
example
//This example get the TimePickerOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TimePickerOptionDialogTemplate);
▪ Static
TimelineStyleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TimelineStyleDialogTemplate
example
//This example get the TimelineStyleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TimelineStyleDialogTemplate);
▪ Static
Top10RuleDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#Top10RuleDialogTemplate
example
//This example get the Top10RuleDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.Top10RuleDialogTemplate);
▪ Static
TreeMapChartPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#TreeMapChartPanelTemplate
example
//This example get the TreeMapChartPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.TreeMapChartPanelTemplate);
▪ Static
UnGroupTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#UnGroupTemplate
example
//This example get the UnGroupTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.UnGroupTemplate);
▪ Static
UnhideSheetTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#UnhideSheetTemplate
example
//this example get the UnhideSheetTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.UnhideSheetTemplate);
▪ Static
UnprotectSheetDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#UnprotectSheetDialogTemplate
example
//This example get the UnprotectSheetDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.UnprotectSheetDialogTemplate);
▪ Static
VBarSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#VBarSparklineDialogTemplate
example
//This example get the VBarSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.VBarSparklineDialogTemplate);
▪ Static
VariSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#VariSparklineDialogTemplate
example
//This example get the VariSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.VariSparklineDialogTemplate);
▪ Static
WaterfallChartPanelTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#WaterfallChartPanelTemplate
example
//This example get the WaterfallChartPanelTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.WaterfallChartPanelTemplate);
▪ Static
WorkflowListOptionDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#WorkflowListOptionDialogTemplate
example
//This example get the WorkflowListOptionDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.WorkflowListOptionDialogTemplate);
▪ Static
WriteBackRuleFieldValueEditor: string
Get the template name.
name
GC.Spread.Sheets.Designer#WriteBackRuleFieldValueEditor
example
//this example get the WriteBackRuleFieldValueEditor by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.WriteBackRuleFieldValueEditor);
▪ Static
YearCalendarSparklineDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#YearCalendarSparklineDialogTemplate
example
//This example get the YearCalendarSparklineDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.YearCalendarSparklineDialogTemplate);
▪ Static
ZoomDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#ZoomDialogTemplate
example
//This example get the ZoomDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.ZoomDialogTemplate);
▪ Static
movePivotTableDialogTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#movePivotTableDialogTemplate
example
//this example get the movePivotTableDialogTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.movePivotTableDialogTemplate);
▪ Static
pivotTableExpandFieldTemplate: string
Get the template name.
name
GC.Spread.Sheets.Designer#PivotTableExpandFieldTemplate
example
//this example get the PivotTableExpandFieldTemplate by the template name.
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotTableExpandFieldTemplate);