Workbook Property (Styles)
In This Topic
Gets the workbook which is associated with this
Styles instance.
Syntax
'Declaration
Protected ReadOnly Property Workbook As Workbook
'Usage
Dim instance As Styles
Dim value As Workbook
value = instance.Workbook
protected Workbook Workbook {get;}
See Also