Spread Silverlight Documentation
SelectedTabCount Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : SelectedTabCount Property
Gets or sets the selected tab count.
Syntax
'Declaration
 
Public Property SelectedTabCount As System.Integer
'Usage
 
Dim instance As ExcelWorkbook
Dim value As System.Integer
 
instance.SelectedTabCount = value
 
value = instance.SelectedTabCount
public System.int SelectedTabCount {get; set;}

Property Value

The selected tab count.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members