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


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())
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options