VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElement Class / GetTextContent Methods / GetTextContent(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetTextContent(Int32,Int32) Method (OpenXmlDocumentElement)
    In This Topic
    Returns the text content of this element.
    Syntax
    'Declaration
    
    Public Overloads Function GetTextContent( _
    ByVal index
    The start index of the text.
    As System.Int32, _
    ByVal length
    The text length.
    As System.Int32 _
    ) As OpenXmlTextContent
    public OpenXmlTextContent GetTextContent(
    System.Int32 index,
    System.Int32 length
    )
    public: OpenXmlTextContent* GetTextContent(
    System.Int32 index,
    System.Int32 length
    )
    public:
    OpenXmlTextContent^ GetTextContent(
    System.Int32 index,
    System.Int32 length
    )

    Parameters

    index
    The start index of the text.
    length
    The text length.

    Return Value

    A new instance of OpenXmlTextContent.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also