You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angular/Button/Easy-Customization.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Easy-Customization
4
-
description: easy customization
3
+
title: EasyCustomization in Angular Button Control | Syncfusion
4
+
description: Learn here about easy customization in Syncfusion Essential Angular Button Control, its elements, and more.
5
5
platform: Angular
6
6
control: Button
7
7
documentation: ug
8
8
---
9
9
10
-
# Easy Customization
10
+
# Easy Customization in Angular Button
11
11
12
12
Button is used in all applications. Button size, content and content location is varied according to each application. Here you can see some customizable option for button that can perform easily.
13
13
@@ -110,7 +110,7 @@ In the **HTML** page, add the following button elements to configure button widg
110
110
111
111
Execute the above code to render the following output.
Copy file name to clipboardExpand all lines: angular/Spreadsheet/Formatting.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Formatting with Spreadsheet widget for Syncfusion Essential Angular-2
3
-
description: How to use different types of formatting in Spreadsheet and configure its properties.
2
+
title: Formatting in Angular SpreadSheet Control | Syncfusion
3
+
description: Learn here about Formatting support in Syncfusion Essential Angular SpreadSheet Control, its elements, and more.
4
4
platform: Angular
5
5
control: Spreadsheet
6
6
documentation: UG
7
7
---
8
8
9
-
# Formatting
9
+
# Formatting in Angular SpreadSheet
10
10
11
11
Spreadsheet supports many formatting options to make your data easier to view and understand. Use `allowCellFormatting` API to enable / disable formatting option in Spreadsheet. The different types of formatting supported in Spreadsheet are,
12
12
@@ -82,7 +82,7 @@ export class AppComponent {
82
82
{% endhighlight %}
83
83
84
84
The following output is displayed as a result of the above code example.
The following output is displayed as a result of the above code example.
126
-

126
+

127
127
128
128
### User Interface
129
129
@@ -132,7 +132,7 @@ You can set number format for a cell through number formatting options in ribbon
132
132
### Custom Number Format
133
133
134
134
Spreadsheet supports many number format to display your data as currency, date, percentage and so on. If these pre-defined number formats do not meet your needs you can create and apply your own number formats using format cell dialog. The following screenshot illustrate this,
135
-

135
+

136
136
137
137
N> Spreadsheet supports basic number format customization and it doesn't have all functionality similar to excel
138
138
@@ -198,7 +198,7 @@ export class AppComponent {
198
198
{% endhighlight %}
199
199
200
200
The following output is displayed as a result of the above code example.
@@ -347,7 +347,7 @@ To highlight cell or range of cells from whole workbook you can apply background
347
347
### Cell Styles
348
348
349
349
Cell styles is a collection of pre-defined styles with multiple formatting characteristics to apply several formats in one step. You can apply cell style for a cell using `cell style` option in ribbon `HOME` tab. The following screenshot illustrate this,
350
-

350
+

0 commit comments