Syncfusion Help
-
// Hide rows grid.Model.RowHeights.SetHidden(2, 100, true); grid.Model.RowHeights.SetHidden(110, 1000, true); // Unhide rows grid.Model.RowHeights.SetHidden(1010, 10000, false); //Hide columns grid.Model.ColumnWidths.SetHidden(2, 100, true); grid.Model.ColumnWidths.SetHidden(110, 150, true); // Unhide columns grid.Model.ColumnWidths.SetHidden(1010, 10000, false); [C#] //Insert a column at position 2. grid.Model.InsertColumns(2, 1); //Insert 2 rows at position 5. grid.Model.InsertRows(5, 2); [C#] grid.Model.Options.ExcelLikeCurrentCell = true; [C#] grid.Model.Options.ExcelLikeSelectionFrame = true; http://help.syncfusion.com/ug\_74/GridWPF/defaultWPF.html http://www.syncfusion.com/support/kb/2153/Opening-Syncfusion-offline-documentation-from-the-Dashboard-in-the-version-81030 http://help.syncfusion.com/ug\_74/gridweb/CreatingTemplates.html
-
// Hide rows grid.Model.RowHeights.SetHidden(2, 100, true); grid.Model.RowHeights.SetHidden(110, 1000, true); // Unhide rows grid.Model.RowHeights.SetHidden(1010, 10000, false); //Hide columns grid.Model.ColumnWidths.SetHidden(2, 100, true); grid.Model.ColumnWidths.SetHidden(110, 150, true); // Unhide columns grid.Model.ColumnWidths.SetHidden(1010, 10000, false); [C#] //Insert a column at position 2. grid.Model.InsertColumns(2, 1); //Insert 2 rows at position 5. grid.Model.InsertRows(5, 2); [C#] grid.Model.Options.ExcelLikeCurrentCell = true; [C#] grid.Model.Options.ExcelLikeSelectionFrame = true; http://help.syncfusion.com/ug\_74/GridWPF/defaultWPF.html http://www.syncfusion.com/support/kb/2153/Opening-Syncfusion-offline-documentation-from-the-Dashboard-in-the-version-81030 http://help.syncfusion.com/ug\_74/gridweb/CreatingTemplates.html
Now what? Where's your query? How can we help you if you cannot frame your question properly? You need to invest some of your time in framing your question such that others can invest their time to reply back.
-
// Hide rows grid.Model.RowHeights.SetHidden(2, 100, true); grid.Model.RowHeights.SetHidden(110, 1000, true); // Unhide rows grid.Model.RowHeights.SetHidden(1010, 10000, false); //Hide columns grid.Model.ColumnWidths.SetHidden(2, 100, true); grid.Model.ColumnWidths.SetHidden(110, 150, true); // Unhide columns grid.Model.ColumnWidths.SetHidden(1010, 10000, false); [C#] //Insert a column at position 2. grid.Model.InsertColumns(2, 1); //Insert 2 rows at position 5. grid.Model.InsertRows(5, 2); [C#] grid.Model.Options.ExcelLikeCurrentCell = true; [C#] grid.Model.Options.ExcelLikeSelectionFrame = true; http://help.syncfusion.com/ug\_74/GridWPF/defaultWPF.html http://www.syncfusion.com/support/kb/2153/Opening-Syncfusion-offline-documentation-from-the-Dashboard-in-the-version-81030 http://help.syncfusion.com/ug\_74/gridweb/CreatingTemplates.html
According to wikipidia - Syncfusion, Inc. is a software development company founded in 2001, with headquarters in Morrisville, North Carolina, USA ;)
Yusuf May I help you?