+
+|
+Feature |
+SfSpreadsheet |
+
+|
+Scrolling performance |
+Supports fast and fluid scrolling even if the excel has a huge set of data .Thus its performance is high compared to Spreadsheet (Classic) control. |
+
+|
+Copy Paste |
+Supports various paste options similar to excel options like Paste, Formulas, Values, Formula and Source Formatting, Values and Source Formatting and Formatting alone. It also provides a good performance compared to Spreadsheet (Classic) control. |
+
+|
+Undo/Redo |
+Supports undo/redo functionalities similar to those achieved with Microsoft Office-type applications. This operation records the changes in the whole workbook while Spreadsheet (Classic) Control records the changes in sheet level only. |
+
+|
+Formula calculation |
+Provides support for 400+ most widely used formulas and uses Multi-threading concept So, the calculation speed is also high compared to Spreadsheet (Classic) control. |
+
+|
+Floating Cells |
+Provides support to float cell both in display and edit mode. |
+
+|
+Hyperlinks |
+Provides support for Hyperlink feature which you can create hyperlink for existing files or web page and email addresses too. |
+
+|
+Conditional Formatting |
+Provides support to define and import the conditional formatting rules such as Data Bars, Icon Sets and Color Scales options which are used to visualize the data. |
+
+|
+Data validation |
+Provides support for validation for cross sheet references and list validation with formula/cell references compared to Spreadsheet (Classic) control. |
+
+
+### Properties table
+
+Below are the properties difference between SfSpreadsheet and Spreadsheet (Classic) control,
+
+
+
+|
+SfSpreadsheet |
+Spreadsheet (Classic) |
+Description |
+
+|
+{{ '[ActiveGrid](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SfSpreadsheet.html#Syncfusion_UI_Xaml_Spreadsheet_SfSpreadsheet_ActiveGrid)'| markdownify }} |
+GridProperties->ActiveSpreadsheetGrid |
+Gets the active SpreadsheetGrid |
+
+|
+{{'[IsCustomTabItemContextMenuEnabled](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SfSpreadsheet.html#Syncfusion_UI_Xaml_Spreadsheet_SfSpreadsheet_IsCustomTabItemContextMenuEnabled)'| markdownify }} |
+TabStyleManager -> IsCustomTabItemContextMenuEnabled |
+Gets or sets whether Custom ContextMenu is to be Enabled |
+
+|
+{{ '[ShowTabItemContextMenu](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.TabControlExt.html#Syncfusion_Windows_Tools_Controls_TabControlExt_ShowTabItemContextMenu)' | markdownify }} |
+TabStyleManager -> ShowTabItemContextMenu |
+Gets or sets whether TabItemContextMenu is to be displayed |
+
+|
+{{ '[TabItemContextMenu](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SfSpreadsheet.html#Syncfusion_UI_Xaml_Spreadsheet_SfSpreadsheet_TabItemContextMenu)' | markdownify }} |
+TabStyleManager ->TabItemContextMenu |
+Gets or sets the ContextMenu Items for TabItem |
+
+|
+{{ '[ActiveSheet](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SfSpreadsheet.html#Syncfusion_UI_Xaml_Spreadsheet_SfSpreadsheet_ActiveSheet)' | markdownify }} |
+ExcelProperties->Workbook->ActiveSheet |
+Gets the Current ActiveSheet |
+
+|
+{{ '[Workbook](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SfSpreadsheet.html#Syncfusion_UI_Xaml_Spreadsheet_SfSpreadsheet_Workbook)' | markdownify }} |
+ExcelProperties->Workbook |
+ |
+
+|
+{{ '[CurrentCellStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SfSpreadsheet.html#Syncfusion_UI_Xaml_Spreadsheet_SfSpreadsheet_CurrentCellStyle)' | markdownify }} |
+GridProperties->CurrentCellStyle |
+Gets the Style of the Current Cell |
+
+|
+{{ '[HistoryManager](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SfSpreadsheet.html#Syncfusion_UI_Xaml_Spreadsheet_SfSpreadsheet_HistoryManager)' | markdownify }} |
+GridProperties.ActiveSpreadsheetGrid.Model.CommandStack |
+Gets the command stack of the SfSpreadsheet.By default it has been enabled |
+
+|
+{{ '[SheetName](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGrid.html#Syncfusion_UI_Xaml_Spreadsheet_SpreadsheetGrid_SheetName)' | markdownify }} |
+GridProperties->CurrentSheetName |
+Gets the tab sheet name |
+
+
+
+N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet.
\ No newline at end of file
diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md b/Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md
index e21f1e12e..91d91448d 100644
--- a/Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md
+++ b/Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md
@@ -8,10 +8,40 @@ documentation: ug
---
# Getting Started with WPF Spreadsheet (SfSpreadsheet)
-This section helps you to get started with the SfSpreadsheet
+This section briefly explains how to include the [Syncfusion