Spread Silverlight Documentation
SelectedTabCount Property (IExcelWorkbook)


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

Property Value

The selected tab count.
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members