Spread Silverlight Documentation
StartSheetIndex Property (Workbook)


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class : StartSheetIndex Property
Gets or sets the index of the start sheet of the Workbook
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property StartSheetIndex As System.Integer
'Usage
 
Dim instance As Workbook
Dim value As System.Integer
 
instance.StartSheetIndex = value
 
value = instance.StartSheetIndex
[System.ComponentModel.DefaultValue()]
public System.int StartSheetIndex {get; set;}
See Also

Reference

Workbook Class
Workbook Members