Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Workbook Property
Example


In This Topic
    Workbook Property (Worksheet)
    In This Topic
    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.
    See Also