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


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.
    See Also