GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : ShowScrollTip Property |
'Declaration <DefaultValueAttribute()> Public Property ShowScrollTip As ShowScrollTip
'Usage Dim instance As GcSpreadSheet Dim value As ShowScrollTip instance.ShowScrollTip = value value = instance.ShowScrollTip
[DefaultValue()] public ShowScrollTip ShowScrollTip {get; set;}
gcSpreadSheet1.ShowScrollTip = GrapeCity.Xaml.SpreadSheet.Data.ShowScrollTip.Both; gcSpreadSheet1.Workbook.ShowResizeTip = GrapeCity.Xaml.SpreadSheet.Data.ShowResizeTip.Both;
gcSpreadSheet1.ShowScrollTip = GrapeCity.Xaml.SpreadSheet.Data.ShowScrollTip.Both gcSpreadSheet1.Workbook.ShowResizeTip = GrapeCity.Xaml.SpreadSheet.Data.ShowResizeTip.Both
Target Platforms: Windows Server 2012, Windows RT