GrapeCity.Xaml.SpreadSheet.Data
ActiveSheetIndex Property (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : ActiveSheetIndex Property
Gets or sets the index of the active sheet in the component.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ActiveSheetIndex As Integer
'Usage
 
Dim instance As Workbook
Dim value As Integer
 
instance.ActiveSheetIndex = value
 
value = instance.ActiveSheetIndex
[DefaultValue()]
public int ActiveSheetIndex {get; set;}

Property Value

The index of the active sheet.
See Also

Reference

Workbook Class
Workbook Members