GrapeCity.Xaml.SpreadSheet.Data
Workbook Property (Worksheet)
Example 


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : Workbook Property
Gets the parent workbook for this sheet.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public ReadOnly Property Workbook As Workbook
'Usage
 
Dim instance As Worksheet
Dim value As Workbook
 
value = instance.Workbook
[DefaultValue()]
public Workbook Workbook {get;}

Property Value

The parent workbook for this sheet.
Example
This example uses the Workbook property.
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].Workbook.ToString());
ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).Workbook.ToString())
See Also

Reference

Worksheet Class
Worksheet Members