Search Results for

    Show / Hide Table of Contents

    TRichString.Substring Method

    Overloads

    • TRichString.Substring(Int32)
    • TRichString.Substring(Int32, Int32)

    TRichString.Substring(Int32)

    Retrieves a substring from this instance. The substring starts at a specified character position and ends at the end of the string.

    Syntax

    Namespace: FlexCel.Core

    public TRichString Substring(Int32 index)

    Parameters

    <-> Parameter Type Description
    index Int32 Start of the substring (0 based)

    See also

    • TRichString

    TRichString.Substring(Int32, Int32)

    Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.

    Syntax

    Namespace: FlexCel.Core

    public TRichString Substring(Int32 index, Int32 count)

    Parameters

    <-> Parameter Type Description
    index Int32 Start of the substring (0 based)
    count Int32 Number of characters to copy.

    See also

    • TRichString
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com