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


Gets or sets the number of sheets for this control.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute()>
<BrowsableAttribute()>
Public Property SheetCount As Integer
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Integer
 
instance.SheetCount = value
 
value = instance.SheetCount
[DefaultValue()]
[Category()]
[Browsable()]
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options