GrapeCity.Xaml.SpreadSheet.UI
ShowResizeTip Property (GcSpreadSheet)
Example 


Gets or sets how to display the resize tip.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ShowResizeTip As ShowResizeTip
'Usage
 
Dim instance As GcSpreadSheet
Dim value As ShowResizeTip
 
instance.ShowResizeTip = value
 
value = instance.ShowResizeTip
[DefaultValue()]
public ShowResizeTip ShowResizeTip {get; set;}
Example
This example sets the ShowResizeTip property.
gcSpreadSheet1.ShowResizeTip = GrapeCity.Xaml.SpreadSheet.Data.ShowResizeTip.Both;
gcSpreadSheet1.Workbook.ShowScrollTip = GrapeCity.Xaml.SpreadSheet.Data.ShowScrollTip.Both;
GcSpreadSheet1.ShowResizeTip = GrapeCity.Xaml.SpreadSheet.Data.ShowResizeTip.Both
GcSpreadSheet1.Workbook.ShowScrollTip = GrapeCity.Xaml.SpreadSheet.Data.ShowScrollTip.Both
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options