GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > SetRowResizable Method : SetRowResizable(Int32,Boolean) Method |
true
to let the users resize the specified row.
'Declaration Public Overloads Sub SetRowResizable( _ ByVal row As Integer, _ ByVal value As Boolean _ )
true
to let the users resize the specified row.gcSpreadSheet1.Sheets[0].SetColumnResizable(3, false); gcSpreadSheet1.Sheets[0].SetRowResizable(3, false); //gcSpreadSheet1.Sheets[0].SetColumnResizable(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells, false); //gcSpreadSheet1.Sheets[0].SetRowResizable(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells, false);
GcSpreadSheet1.Sheets(0).SetColumnResizable(3, False) GcSpreadSheet1.Sheets(0).SetRowResizable(3, False) 'GcSpreadSheet1.Sheets(0).SetColumnResizable(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells, False) 'GcSpreadSheet1.Sheets(0).SetRowResizable(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells, False)
Target Platforms: Windows Server 2012, Windows RT