Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / Workbook Property


In This Topic
    Workbook Property (GcSpreadSheet)
    In This Topic
    Gets the workbook associated with the control.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property Workbook As Workbook
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Workbook
     
    value = instance.Workbook
    [Browsable(false)]
    public Workbook Workbook {get;}
    See Also