DiagramNode.TextShape Property
Returns a Shape object representing the shape of the text box associated with a diagram node.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property TextShape As Shape
Get
'Usage
Dim instance As DiagramNode
Dim value As Shape
value = instance.TextShape
Shape TextShape { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Shape