Compartir a través de


Shape.TextBody Property

Shape Text Body.Represents the element tag in schema: xdr:txBody

Namespace:  DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
Public Property TextBody As TextBody
    Get
    Set
'Uso
Dim instance As Shape
Dim value As TextBody

value = instance.TextBody

instance.TextBody = value
public TextBody TextBody { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody
Returns TextBody.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Drawing.Spreadsheet Namespace