2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Hide a range of rows and columnsYou can hide a range of rows and columns in the GridControl by using the HideRows.SetRange() and HideCols.SetRange() methods. C# //Hide the range of rows this.gridControl1.HideRows.SetRange(2, 5, true); //Hide the range of columns this.gridControl1.HideCols.SetRange(3, 4, true); VB 'Hide the range of rows Me.gridControl1.HideRows.SetRange(2, 5, True) 'Hide the range of columns Me.gridControl1.HideCols.SetRange(3, 4, True) The following screenshot illustrates the output. Figure 1: Rows and Columns hidden in the Grid Samples: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.