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


GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : SheetCount Property
Gets or sets the number of sheets for this control.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<BrowsableAttribute()>
<CategoryAttribute()>
Public Property SheetCount As Integer
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Integer
 
instance.SheetCount = value
 
value = instance.SheetCount
[DefaultValue()]
[Browsable()]
[Category()]
public int SheetCount {get; set;}

Property Value

The number of sheets for this control.
Example
This example uses the SheetCount property.
//Set SheetCount to change number of sheets
gcSpreadSheet1.SheetCount = 3;
'Set SheetCount to change the number of sheets
 GcSpreadSheet1.SheetCount = 3
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members