_Workbook.SmartDocument Property

Returns a SmartDocument object that represents the settings for a smart document solution. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property SmartDocument As SmartDocument
    Get
'Usage
Dim instance As _Workbook
Dim value As SmartDocument

value = instance.SmartDocument
SmartDocument SmartDocument { get; }

Property Value

Type: Microsoft.Office.Core.SmartDocument

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace