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


Gets or sets the width of the tab strip for this component expressed as a percentage of the overall horizontal scroll bar width.
Syntax
'Declaration
 
<CategoryAttribute()>
<DefaultValueAttribute()>
Public Property TabStripRatio As Double
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Double
 
instance.TabStripRatio = value
 
value = instance.TabStripRatio
[Category()]
[DefaultValue()]
public double TabStripRatio {get; set;}
Example
This example uses the TabStripRatio property.
gcSpreadSheet1.TabStripEditable = true;
gcSpreadSheet1.TabStripInsertTab = true;
gcSpreadSheet1.TabStripVisibility = Windows.UI.Xaml.Visibility.Visible;
gcSpreadSheet1.TabStripRatio = 60;
gcSpreadSheet1.TabStripEditable = True
gcSpreadSheet1.TabStripInsertTab = True
gcSpreadSheet1.TabStripVisibility = Windows.UI.Xaml.Visibility.Visible
gcSpreadSheet1.TabStripRatio = 60
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options