IDiagram.AutoLayout Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property AutoLayout As MsoTriState
Get
Set
'Usage
Dim instance As IDiagram
Dim value As MsoTriState
value = instance.AutoLayout
instance.AutoLayout = value
MsoTriState AutoLayout { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState